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