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

on_failure to clean up

parent ee85005f
No related branches found
No related tags found
No related merge requests found
variables:
TEST_PACKAGE_NAME: clmctest-SNAPSHOP-.tar.gz
stages: stages:
- build - build
- test - test
...@@ -9,11 +6,10 @@ stages: ...@@ -9,11 +6,10 @@ stages:
build:tests: build:tests:
stage: build stage: build
script: script:
- echo $TEST_PACKAGE_NAME
- python setup.py sdist --dist-dir=build - python setup.py sdist --dist-dir=build
artifacts: artifacts:
paths: paths:
- build/$TEST_PACKAGE_NAME - build/clmctest-SNAPSHOT-.tar.gz
expire_in: 1 day expire_in: 1 day
test: test:
......
...@@ -6,7 +6,7 @@ def read(fname): ...@@ -6,7 +6,7 @@ def read(fname):
setup( setup(
name = "clmctest", name = "clmctest",
version = "clmctest-SNAPSHOP", version = "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