Add 30-second timeout to apk commands in CI workflow
Some checks failed
CI TEST (Vault secrets) / build (push) Failing after 33s

This commit is contained in:
Nikita Pozdniakov
2026-01-27 15:10:26 +03:00
parent b4ade8bd44
commit 6d65e9927b

View File

@@ -20,8 +20,8 @@ jobs:
export APK_TIMEOUT=10
export APK_RETRIES=1
export APK_PROGRESS=plain
apk update -v
apk add --no-cache curl jq
timeout 30s apk update -v
timeout 30s apk add --no-cache curl jq
- name: Get Keycloak access token from Gitea secrets
env: