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:
parent
694e5e0a0c
commit
358fa7575a
@ -157,8 +157,6 @@ pages:
|
||||
cleanup_registries:
|
||||
stage: cleanup
|
||||
allow_failure: true
|
||||
variables:
|
||||
GIT_STRATEGY: none
|
||||
script:
|
||||
- cleanup_registries
|
||||
only:
|
||||
|
Loading…
Reference in New Issue
Block a user