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:
- build
- test
......@@ -9,11 +6,10 @@ stages:
build:tests:
stage: build
script:
- echo $TEST_PACKAGE_NAME
- python setup.py sdist --dist-dir=build
artifacts:
paths:
- build/$TEST_PACKAGE_NAME
- build/clmctest-SNAPSHOT-.tar.gz
expire_in: 1 day
test:
......
......@@ -6,7 +6,7 @@ def read(fname):
setup(
name = "clmctest",
version = "clmctest-SNAPSHOP",
version = "SNAPSHOP",
author = "Michael Boniface",
author_email = "mjb@it-innovation.soton.ac.uk",
description = "FLAME CLMC Testing Module",
......
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