Skip to content
Snippets Groups Projects
Commit 3c99b805 authored by Marco Wettstein's avatar Marco Wettstein
Browse files

try

parent bc54d918
Branches
Tags v6-1-gbc54d91-1-g3c99b80
No related merge requests found
Pipeline #96851 passed
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
stage: setup stage: setup
image: alpine:latest image: alpine:latest
before_script: before_script:
- apk add curl jq - "apk add curl jq"
script: script:
- | - |
TOKEN=$(curl "https://auth.docker.io/token?service=registry.docker.io&scope=repository:ratelimitpreview/test:pull" | jq --raw-output .token) && curl --head --header "Authorization: Bearer $TOKEN" "https://registry-1.docker.io/v2/ratelimitpreview/test/manifests/latest" 2>&1 TOKEN=$(curl "https://auth.docker.io/token?service=registry.docker.io&scope=repository:ratelimitpreview/test:pull" | jq --raw-output .token) && curl --head --header "Authorization: Bearer $TOKEN" "https://registry-1.docker.io/v2/ratelimitpreview/test/manifests/latest" 2>&1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment