Skip to content
Snippets Groups Projects
Commit f83d90fd authored by MJB's avatar MJB
Browse files

commit ref name test

parent 16fe19c6
No related branches found
No related tags found
No related merge requests found
variables:
CONTAINER_NAME: clmctest-$CI_COMMIT_REF_NAME.tar.gz
stages:
- build
- test
......@@ -6,7 +9,7 @@ build:tests:
stage: build
script:
- python setup.py sdist --dist-dir=build
- echo $CI_COMMIT_REF_NAME
- echo $CONTAINER_NAME
test:
stage: test
......
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