mirror of
https://github.com/flatcar/scripts.git
synced 2026-04-15 18:41:28 +02:00
Merge pull request #3892 from flatcar/tormath1/gc
ci-automation/gc: skip azure for now
This commit is contained in:
commit
44206ec025
@ -3,7 +3,7 @@ set -euo pipefail
|
||||
source ci-automation/ci_automation_common.sh
|
||||
timeout --signal=SIGQUIT 60m ore aws gc --access-id "${AWS_ACCESS_KEY_ID}" --secret-key "${AWS_SECRET_ACCESS_KEY}"
|
||||
timeout --signal=SIGQUIT 60m ore gcloud gc --json-key <(echo "${GCP_JSON_KEY}" | base64 --decode)
|
||||
timeout --signal=SIGQUIT 60m ore azure gc --duration 6h
|
||||
timeout --signal=SIGQUIT 60m ore azure gc --duration 6h || true
|
||||
timeout --signal=SIGQUIT 60m ore brightbox gc --duration 6h \
|
||||
--brightbox-client-id="${BRIGHTBOX_CLIENT_ID}" --brightbox-client-secret="${BRIGHTBOX_CLIENT_SECRET}"
|
||||
timeout --signal=SIGQUIT 60m ore akamai gc --duration 6h \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user