Skip to content
Snippets Groups Projects
Verified Commit 61376462 authored by Varac's avatar Varac
Browse files

CI: Always run setup.sh script

parent 44826248
Branches
No related tags found
1 merge request!142Default caching
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment