Add 30-second timeout to apk commands in CI workflow
Some checks failed
CI TEST (Vault secrets) / build (push) Failing after 33s
Some checks failed
CI TEST (Vault secrets) / build (push) Failing after 33s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user