From e2241614fb173b3861bfdaf28fbdb370be1d6d1a Mon Sep 17 00:00:00 2001 From: Gary Date: Fri, 30 Jun 2017 17:35:11 +1000 Subject: [PATCH] try full paths --- bitbucket-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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