Skip to content
Snippets Groups Projects
Commit 916667ab authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing build

parent d7ee8fc8
No related branches found
No related tags found
No related merge requests found
Pipeline #1995 failed
......@@ -15,7 +15,7 @@ centos_run:
dependencies:
- centos_build
script:
- ./run.sh
- ./run.sh $CI_PROJECT_DIR $CI_RUNNER_TAGS NO $CI_COMMIT_REF_NAME
mac_build:
stage: build
......@@ -34,7 +34,7 @@ mac_run:
dependencies:
- mac_build
script:
- ./run.sh
- ./run.sh $CI_PROJECT_DIR $CI_RUNNER_TAGS NO $CI_COMMIT_REF_NAME
ubuntu_build:
stage: build
......@@ -53,5 +53,5 @@ ubuntu_run:
dependencies:
- ubuntu_build
script:
- ./run.sh
- ./run.sh $CI_PROJECT_DIR $CI_RUNNER_TAGS NO $CI_COMMIT_REF_NAME
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment