gc: pass OPENSTACK_CREDS to mantle container

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
Mathieu Tortuyaux 2023-01-03 09:23:44 +01:00
parent c4237aa095
commit b8cafc1b9f
No known key found for this signature in database
GPG Key ID: AC5CCFB52545D9B8

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
}
# --