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

on_failure to clean up

parent 4faa9975
No related branches found
No related tags found
No related merge requests found
variables: variables:
TEST_PACKAGE_NAME: clmctest-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHA-.tar.gz TEST_PACKAGE_NAME: clmctest-SNAPSHOP-.tar.gz
stages: stages:
- build - build
...@@ -10,7 +10,6 @@ build:tests: ...@@ -10,7 +10,6 @@ build:tests:
stage: build stage: build
script: script:
- echo $TEST_PACKAGE_NAME - echo $TEST_PACKAGE_NAME
- echo "$CI_COMMIT_REF_NAME-$CI_COMMIT_SHA" > clmctest/git-commit-ref
- python setup.py sdist --dist-dir=build - python setup.py sdist --dist-dir=build
artifacts: artifacts:
paths: paths:
......
...@@ -6,7 +6,7 @@ def read(fname): ...@@ -6,7 +6,7 @@ def read(fname):
setup( setup(
name = "clmctest", name = "clmctest",
version = read('clmctest/git-commit-ref'), version = "clmctest-SNAPSHOP",
author = "Michael Boniface", author = "Michael Boniface",
author_email = "mjb@it-innovation.soton.ac.uk", author_email = "mjb@it-innovation.soton.ac.uk",
description = "FLAME CLMC Testing Module", description = "FLAME CLMC Testing Module",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment