Update CI tool installation step in workflow
Some checks failed
CI TEST (Vault secrets) / build (push) Failing after 7s

This commit is contained in:
Nikita Pozdniakov
2026-01-27 16:32:54 +03:00
parent 71f2dc8381
commit 80bc9acf71

View File

@@ -16,9 +16,14 @@ jobs:
- name: Install tools (curl, jq)
run: |
set -euxo pipefail
timeout 35s apk update \
timeout 35s apk add --no-cache curl jq
set -eux
export APK_CONNECT_TIMEOUT=10
export APK_RETRIES=1
export APK_PROGRESS=plain
apk update -v --no-progress
apk add -v --no-cache curl jq
curl --version
jq --version
- name: Get Keycloak access token from Gitea secrets
env: