try full paths

This commit is contained in:
Gary
2017-06-30 17:35:11 +10:00
parent 812562e3c8
commit e2241614fb

View File

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