diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 4fa9970..d1bc278 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -10,5 +10,5 @@ pipelines: - step: script: - echo "Running script" - - chmod +x $BUILD_DIR/git.sh - - $BUILD_DIR/git.sh ./ testing.sh master \ No newline at end of file + - chmod +x /opt/atlassian/pipelines/agent/build/git.sh + - /opt/atlassian/pipelines/agent/build/git.sh ./ testing.sh master \ No newline at end of file