update gitlab CI

This commit is contained in:
idotj 2024-02-29 14:33:58 +01:00
parent 14c16fbe9d
commit 6daa8af34d

View File

@ -10,7 +10,8 @@ variables:
delete_registry: delete_registry:
stage: delete_registry stage: delete_registry
script: script:
- curl --request DELETE --header "PRIVATE-TOKEN: $CI_JOB_TOKEN" $REGISTRY_URL - >
curl --request DELETE --header "PRIVATE-TOKEN: $CI_JOB_TOKEN" "$REGISTRY_URL"
only: only:
- master - master