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

fixed typo in gitlab-ci.yml

parent 948bfeaa
No related branches found
No related tags found
No related merge requests found
Pipeline #
stages: stages:
- env
- configure - configure
- build - build
- test - test
before_script: env:ubuntu_zesty:
script: "sh ci/scripts/version.sh > /tmp/host_info" image: keckj/hysop:ubuntu_zesty
atrifacts: script: "sh ci/scripts/version.sh > /tmp/ubuntu_zesty_env"
paths: artifacts:
- /tmp/host_info paths:
- /tmp/ubuntu_zesty_env
config:ubuntu_zesty: config: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