update gitlab CI

This commit is contained in:
idotj 2024-02-29 14:36:20 +01:00
parent 6daa8af34d
commit f95c0f3c60

View File

@ -11,7 +11,7 @@ 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