mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 22:21:10 +02:00
ci-automation/vms: rename equinix_metal to packet
this is required to keep "packet" in the SDK linguo while the user can use "equinix_metal" term. Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com> Co-authored-by: Krzesimir Nowak <knowak@microsoft.com>
This commit is contained in:
parent
8459c55d36
commit
de7e05403b
@ -60,6 +60,9 @@ function vm_build() {
|
||||
echo "docker container rm -f '${vms_container}'" >> ci-cleanup.sh
|
||||
|
||||
for format; do
|
||||
# keep compatibility with SDK scripts where "equinix_metal"
|
||||
# remains unknown.
|
||||
[ "${format}" = "equinix_metal" ] && format="packet"
|
||||
echo " ################### VENDOR '${format}' ################### "
|
||||
./run_sdk_container -n "${vms_container}" -C "${image_image}" \
|
||||
-v "${vernum}" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user