Skip to content
Snippets Groups Projects
Verified Commit fecb8c6f authored by Martin Weise's avatar Martin Weise
Browse files

No golf

parent f3254e8e
No related branches found
No related tags found
1 merge request!387Wrong model
...@@ -460,7 +460,7 @@ clean-images: ...@@ -460,7 +460,7 @@ clean-images:
- "docker logout ${CI_REGISTRY2_URL}" - "docker logout ${CI_REGISTRY2_URL}"
- "echo ${CI_REGISTRY2_PASSWORD} | docker login --username ${CI_REGISTRY2_USER} --password-stdin ${CI_REGISTRY2_URL}" - "echo ${CI_REGISTRY2_PASSWORD} | docker login --username ${CI_REGISTRY2_USER} --password-stdin ${CI_REGISTRY2_URL}"
- "apk add --no-cache wget bash" - "apk add --no-cache wget bash"
- "wget -O- /usr/local/sbin/regctl https://github.com/regclient/regclient/releases/download/v0.8.2/regctl-linux-amd64" - "wget -O /usr/local/sbin/regctl https://github.com/regclient/regclient/releases/download/v0.8.2/regctl-linux-amd64"
- "chmod +x /usr/local/sbin/regctl" - "chmod +x /usr/local/sbin/regctl"
script: script:
- bash ./.gitlab/remove-unsupported-images.sh - bash ./.gitlab/remove-unsupported-images.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment