chmod +x on testing script

This commit is contained in:
Gary
2017-06-30 17:32:38 +10:00
parent 6a0d3e8095
commit 812562e3c8

View File

@@ -10,5 +10,5 @@ pipelines:
- step: - step:
script: script:
- echo "Running script" - echo "Running script"
- chmod +x $BUILD_DIR\git.sh - chmod +x $BUILD_DIR/git.sh
- $BUILD_DIR\git.sh ./ testing.sh master - $BUILD_DIR/git.sh ./ testing.sh master