try full paths
This commit is contained in:
@@ -10,5 +10,5 @@ pipelines:
|
|||||||
- step:
|
- step:
|
||||||
script:
|
script:
|
||||||
- echo "Running script"
|
- echo "Running script"
|
||||||
- chmod +x $BUILD_DIR/git.sh
|
- chmod +x /opt/atlassian/pipelines/agent/build/git.sh
|
||||||
- $BUILD_DIR/git.sh ./ testing.sh master
|
- /opt/atlassian/pipelines/agent/build/git.sh ./ testing.sh master
|
||||||
Reference in New Issue
Block a user