From e8637216d92646513575a0dfcee3b771fb83726b Mon Sep 17 00:00:00 2001 From: TonyFord <tonyford@strategy-investor.de> Date: Thu, 25 Jun 2020 16:48:08 +0200 Subject: [PATCH] add executable --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aff6c8c..95fd984 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,6 +33,8 @@ start-faircoind: - master variables: - $CMD =~ /build|start/ + before_script: + - chmod +x ./script/blocknotify.sh script: - docker-compose stop - docker-compose down -- GitLab