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:
- env
- configure
- build
- test
before_script:
script: "sh ci/scripts/version.sh > /tmp/host_info"
atrifacts:
paths:
- /tmp/host_info
env:ubuntu_zesty:
image: keckj/hysop:ubuntu_zesty
script: "sh ci/scripts/version.sh > /tmp/ubuntu_zesty_env"
artifacts:
paths:
- /tmp/ubuntu_zesty_env
config: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