From 812562e3c8bf7a2641589b926c7138f0ba1c7c48 Mon Sep 17 00:00:00 2001 From: Gary Date: Fri, 30 Jun 2017 17:32:38 +1000 Subject: [PATCH] chmod +x on testing script --- bitbucket-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 2af6979..4fa9970 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 $BUILD_DIR/git.sh + - $BUILD_DIR/git.sh ./ testing.sh master \ No newline at end of file