From a21b33e1c43034ad41680d7d39583db779617e46 Mon Sep 17 00:00:00 2001 From: Marcos Pereira Date: Sat, 15 Dec 2018 18:05:14 -0200 Subject: [PATCH] Fixed pipeline. --- bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index b29229a..002a878 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -14,4 +14,5 @@ pipelines: - step: name: Release New Verison script: + - chmod +x ./bin/deploy.sh - ./bin/deploy.sh \ No newline at end of file