Switch CI tool installation from apk to apt-get
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:
@@ -17,11 +17,8 @@ jobs:
|
|||||||
- name: Install tools (curl, jq) with timeout
|
- name: Install tools (curl, jq) with timeout
|
||||||
run: |
|
run: |
|
||||||
set -eux
|
set -eux
|
||||||
export APK_TIMEOUT=10
|
timeout 30s apt-get update
|
||||||
export APK_RETRIES=1
|
timeout 30s apt-get install -y curl jq
|
||||||
export APK_PROGRESS=plain
|
|
||||||
timeout 30s apk update -v
|
|
||||||
timeout 30s apk add --no-cache curl jq
|
|
||||||
|
|
||||||
- name: Get Keycloak access token from Gitea secrets
|
- name: Get Keycloak access token from Gitea secrets
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user