Skip if --custom-cpu is used as well. (#6130)
This commit is contained in:
@ -172,7 +172,7 @@ while [[ -n $1 ]]; do
|
|||||||
elif [[ $1 = --fullnode-additional-disk-size-gb ]]; then
|
elif [[ $1 = --fullnode-additional-disk-size-gb ]]; then
|
||||||
fullNodeAdditionalDiskSizeInGb="$2"
|
fullNodeAdditionalDiskSizeInGb="$2"
|
||||||
shift 2
|
shift 2
|
||||||
elif [[ $1 == --machine-type* ]]; then # Bypass quoted long args for GPUs
|
elif [[ $1 == --machine-type* || $1 == --custom-cpu* ]]; then # Bypass quoted long args for GPUs
|
||||||
shortArgs+=("$1")
|
shortArgs+=("$1")
|
||||||
shift
|
shift
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user