From 6a0d3e80956108b24cbca500bbadbee621ba335a Mon Sep 17 00:00:00 2001 From: Gary Date: Fri, 30 Jun 2017 17:31:33 +1000 Subject: [PATCH] chmod +x on testing script --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 46aab46..2af6979 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -10,5 +10,5 @@ pipelines: - step: script: - echo "Running script" - - chmod +x $BUILD_DIR + - chmod +x $BUILD_DIR\git.sh - $BUILD_DIR\git.sh ./ testing.sh master \ No newline at end of file