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: stages:
- build - build
- test - test
...@@ -6,7 +9,7 @@ build:tests: ...@@ -6,7 +9,7 @@ build:tests:
stage: build stage: build
script: script:
- python setup.py sdist --dist-dir=build - python setup.py sdist --dist-dir=build
- echo $CI_COMMIT_REF_NAME - echo $CONTAINER_NAME
test: test:
stage: test stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment