Skip to content
Snippets Groups Projects
Commit a2a7fe4e authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: run clean on tags: docker-new

parent 93f3ca27
Branches
Tags
1 merge request!508fix: run clean on tags: docker-new
......@@ -501,6 +501,8 @@ clean:
stage: finalize
dependencies:
- version
tags:
- docker-new
when: always
script:
## remove the pipeline specific export from eicweb if needed
......@@ -518,6 +520,8 @@ deep_clean:
stage: finalize
dependencies:
- clean
tags:
- docker-new
when: manual
script:
- docker system prune --force
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment