chore: Debug stalling curl request
Container / Semantic Release (Dry-run) (push) Successful in 59s Details
Container / Container image (push) Failing after 2m36s Details
Container / Semantic Release (push) Has been skipped Details

This commit is contained in:
Danny Bessems 2024-06-05 16:06:05 +10:00
parent 98478ff55d
commit 89c2b456e2
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ ADD https://${REPO_USERNAME}:${REPO_PASSWORD}@sn.itch.fyi/Repository/bin/VMware/
RUN apk --update add --no-cache \ RUN apk --update add --no-cache \
curl \ curl \
jq && \ jq && \
curl -L https://api.github.com/repos/mikefarah/yq/releases/latest | \ curl -vL https://api.github.com/repos/mikefarah/yq/releases/latest | \
jq -r '.assets[] | select(.name | endswith("yq_linux_amd64")) | .browser_download_url' | \ jq -r '.assets[] | select(.name | endswith("yq_linux_amd64")) | .browser_download_url' | \
xargs -I {} curl -L -o /tmp/yq {} && \ xargs -I {} curl -L -o /tmp/yq {} && \
chmod +x /tmp/yq chmod +x /tmp/yq