File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -263,6 +263,7 @@ function _garbage_collect_impl() {
263263 --env BRIGHTBOX_CLIENT_ID --env BRIGHTBOX_CLIENT_SECRET \
264264 --env AKAMAI_TOKEN \
265265 --env STACKIT_SERVICE_ACCOUNT \
266+ --env STACKIT_PROJECT_ID \
266267 -w /work -v " $PWD " :/work " ${mantle_ref} " /work/ci-automation/garbage_collect_cloud.sh
267268
268269 echo
Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ timeout --signal=SIGQUIT 60m ore brightbox gc --duration 6h \
1010timeout --signal=SIGQUIT 60m ore akamai gc --duration 6h \
1111 --akamai-token=" ${AKAMAI_TOKEN} "
1212timeout --signal=SIGQUIT 60m ore stackit gc --duration 6h \
13- --stackit-service-account-key-path=<( echo " ${STACKIT_SERVICE_ACCOUNT} " | base64 --decode)
13+ --stackit-service-account-key-path=<( echo " ${STACKIT_SERVICE_ACCOUNT} " | base64 --decode) \
14+ --stackit-project-id=" ${STACKIT_PROJECT_ID} "
1415secret_to_file aws_credentials_config_file " ${AWS_CREDENTIALS} "
1516for channel in alpha beta stable lts; do
1617 for arch in amd64 arm64; do
You can’t perform that action at this time.
0 commit comments