mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
Merge pull request #3764 from flatcar/tormath1/do
ci-automation/gc: remove DO
This commit is contained in:
commit
024726a96d
@ -2,7 +2,6 @@
|
||||
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 do gc --config-file=<(echo "${DIGITALOCEAN_TOKEN_JSON}" | base64 --decode)
|
||||
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 brightbox gc --duration 6h \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user