Skip to content
Snippets Groups Projects
Commit 8bb83219 authored by Jason Hiser's avatar Jason Hiser
Browse files

cleanup to make nicer names

parent 32a99adf
No related branches found
No related tags found
No related merge requests found
Pipeline #179 failed
......@@ -17,13 +17,13 @@ stages:
#
#template
.do-clean: &do-clean
.do-clean: &do-nightly-clean
stage: clean
script:
- ./cicd_tests/do-clean.sh
# per os items
do-clean-ubuntu18:
do-nightly-clean-ubuntu18:
<<: *do-clean
tags:
- ubuntu18
......@@ -31,7 +31,7 @@ do-clean-ubuntu18:
OS: 'ubuntu18'
# per os items
do-clean-ubuntu16:
do-nightly-clean-ubuntu16:
<<: *do-clean
tags:
- ubuntu18
......@@ -67,15 +67,6 @@ do-build-ubuntu16:
variables:
OS: 'ubuntu16'
#do-build-centos75:
# <<: *do-build
# tags:
# - centos75
# variables:
# OS: 'centos75'
#
......
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