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

pip3 and commit ref name test

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