From 746377fca28bddde62af848f6ba1c30fe6d8a3b1 Mon Sep 17 00:00:00 2001 From: curben Date: Wed, 10 Oct 2018 11:40:27 +1030 Subject: [PATCH] Give execute permission --- .gitlab-ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 22306c36..08607d24 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,11 +33,14 @@ deploy: # Change to the downloaded repo directory - cd build + # Give execute permission to scripts + - chmod 700 script.sh commit.sh + # Download database dump and process it - - bash script.sh + - ./script.sh # Commit the changes - - bash commit.sh + - ./commit.sh # Push the commit - git push