Skip to content
Snippets Groups Projects
Commit 537ebf5f authored by Jean-Baptiste Keck's avatar Jean-Baptiste Keck
Browse files

fixed typo in gitlab-ci.yml

parent 7e84be41
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -7,7 +7,8 @@ stages: ...@@ -7,7 +7,8 @@ stages:
env:ubuntu_zesty: env:ubuntu_zesty:
image: keckj/hysop:ubuntu_zesty image: keckj/hysop:ubuntu_zesty
script: "sh ci/scripts/version.sh > /tmp/ubuntu_zesty_env" stage: env
script: "sh ci/scripts/version.sh 2>&1 | tee /tmp/ubuntu_zesty_env"
artifacts: artifacts:
paths: paths:
- /tmp/ubuntu_zesty_env - /tmp/ubuntu_zesty_env
...@@ -19,6 +20,8 @@ config:ubuntu_zesty: ...@@ -19,6 +20,8 @@ config:ubuntu_zesty:
artifacts: artifacts:
paths: paths:
- build/ - build/
dependencies:
- env:ubuntu_zesty
build:ubuntu_zesty: build:ubuntu_zesty:
image: keckj/hysop:ubuntu_zesty image: keckj/hysop:ubuntu_zesty
......
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