Use the $CLEANUP_REGISTRIES_ENABLED CI variable for deleting Docker repository tags in bulk

See commit: 694e5e0a0c
This commit is contained in:
Tortue Torche 2020-01-17 15:35:19 +01:00
parent 7872bb7e7d
commit 0d494afea7

View File

@ -160,7 +160,10 @@ cleanup_registries:
script:
- cleanup_registries
only:
- schedules
refs:
- schedules
variables:
- $CLEANUP_REGISTRIES_ENABLED
before_script:
- set -e