aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-07-29 21:52:14 +0200
committerGravatar Christopher Baklid <[email protected]>2018-07-29 21:52:14 +0200
commit5ba9248e2bddb51b130ea8509efdc16a0f1befa6 (patch)
tree1665615412dc32d83be09dbfb0e530795fbd01da
parentrun deploy script (diff)
explicit shell call
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5a94b40..2dc9608 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,5 +23,4 @@ build:
- pipenv install --dev --deploy
- pipenv run lint
- pipenv run test
- - chmod +x scripts/deploy.sh
- - scripts/deploy.sh
+ - sh scripts/deploy.sh