mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 12:16:41 +02:00
ci-automation: Fix grammar
This commit is contained in:
parent
bdebbc8ed9
commit
222e68e3b1
@ -10,7 +10,7 @@ set -euo pipefail
|
||||
|
||||
source ci-automation/vendor_test.sh
|
||||
|
||||
# We never ran Digital Ocean on arm64, so for now fail it as an
|
||||
# We never run Digital Ocean on arm64, so for now fail it as an
|
||||
# unsupported option.
|
||||
if [[ "${CIA_ARCH}" == "arm64" ]]; then
|
||||
echo "1..1" > "${CIA_TAPFILE}"
|
||||
|
||||
@ -10,7 +10,7 @@ set -euo pipefail
|
||||
|
||||
source ci-automation/vendor_test.sh
|
||||
|
||||
# We never ran VMware ESX on arm64, so for now fail it as an
|
||||
# We never run VMware ESX on arm64, so for now fail it as an
|
||||
# unsupported option.
|
||||
if [[ "${CIA_ARCH}" == "arm64" ]]; then
|
||||
echo "1..1" > "${CIA_TAPFILE}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user