update gitlab CI

This commit is contained in:
idotj 2024-02-29 14:48:34 +01:00
parent 6b3ba8bf80
commit 673170c10d

View File

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