diff options
| author | 2018-07-29 21:52:14 +0200 | |
|---|---|---|
| committer | 2018-07-29 21:52:14 +0200 | |
| commit | 5ba9248e2bddb51b130ea8509efdc16a0f1befa6 (patch) | |
| tree | 1665615412dc32d83be09dbfb0e530795fbd01da | |
| parent | run deploy script (diff) | |
explicit shell call
| -rw-r--r-- | .gitlab-ci.yml | 3 | 
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 | 
