update gitlab CI
This commit is contained in:
parent
14c16fbe9d
commit
6daa8af34d
@ -10,7 +10,8 @@ variables:
|
||||
delete_registry:
|
||||
stage: delete_registry
|
||||
script:
|
||||
- curl --request DELETE --header "PRIVATE-TOKEN: $CI_JOB_TOKEN" $REGISTRY_URL
|
||||
- >
|
||||
curl --request DELETE --header "PRIVATE-TOKEN: $CI_JOB_TOKEN" "$REGISTRY_URL"
|
||||
only:
|
||||
- master
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user