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

pip3 and commit ref name test

parent 3c7e6766
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ build:tests:
stage: build
script:
- mkdir -p .build-config
- echo "CI_COMMIT_REF_NAME-$CI_COMMIT_SHA" > ./build-config/git-commit-ref
- echo "$CI_COMMIT_REF_NAME-$CI_COMMIT_SHA" > .build-config/git-commit-ref
- python setup.py sdist --dist-dir=build
- echo $TEST_PACKAGE_NAME
......
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