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

commit ref name test

parent c648720d
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