diff options
author | Varac <varac@leap.se> | 2017-12-21 09:55:24 +0100 |
---|---|---|
committer | Varac <varac@leap.se> | 2017-12-21 11:27:06 +0100 |
commit | 6137646204777b5bdf14e796f288ecaa2d5075e6 (patch) | |
tree | b16a3ff9fd3115c41bb0d34e5ea5284b1a0fcae5 | |
parent | 448262489d7154f2868513220f2ab1d1f4902df8 (diff) |
CI: Always run setup.sh script
-rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64583fd1..6d71f587 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,20 +9,12 @@ cache: before_script: - cd tests/platform-ci - # Check if running locally ($CI_PROJECT_ID is 0 then) and run setup.sh in - # this case - - if [ "$CI_PROJECT_ID" = "0" ]; then ./setup.sh; fi + - time ./setup.sh stages: - - setup - syntax - deploy -setup: - stage: setup - script: - - ./setup.sh - lint: stage: syntax script: |