Merge pull request #614 from flatcar/tormath1/openstack

gc: pass OPENSTACK_CREDS to mantle container
This commit is contained in:
Mathieu Tortuyaux 2023-01-03 12:27:47 +01:00 committed by GitHub
commit 773a50c170
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,6 +151,7 @@ function _garbage_collect_impl() {
--env EQUINIXMETAL_KEY --env EQUINIXMETAL_PROJECT \
--env GCP_JSON_KEY \
--env VMWARE_ESX_CREDS \
--env OPENSTACK_CREDS \
-w /work -v "$PWD":/work "${mantle_ref}" /work/ci-automation/garbage_collect_cloud.sh
}
# --