1
0
mirror of https://gitlab.com/psuapp/psu.git synced 2024-08-30 18:12:34 +00:00

Fix the deleting Docker repository tags in bulk job

The 'scripts/helpers.sh' is in the git repository so the $GIT_STRATEGY variable must not be set to 'none'.
This commit is contained in:
Tortue Torche 2020-01-08 18:02:19 +01:00 committed by Tortue Torche
parent 694e5e0a0c
commit 358fa7575a

@ -157,8 +157,6 @@ pages:
cleanup_registries:
stage: cleanup
allow_failure: true
variables:
GIT_STRATEGY: none
script:
- cleanup_registries
only: