Skip to content
Snippets Groups Projects

fix: always run cleanup

Merged Wouter Deconinck requested to merge always-cleanup into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -602,6 +602,8 @@ cleanup:
stage: finalize
dependencies:
- version
rules:
- when: always
script:
## remove the pipeline specific export from eicweb if needed
- echo "Cleaning up pipeline specific docker tags if needed"
Loading