mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Fix copy paste mistakes in variables
This commit is contained in:
parent
5c36d00eae
commit
9906770111
1 changed files with 3 additions and 3 deletions
|
|
@ -218,7 +218,7 @@ function print_ruby_args() {
|
|||
function print_gcloud_args() {
|
||||
case "$1" in
|
||||
383)
|
||||
BAZELISK_VERSION=383.0.1
|
||||
GCLOUD_VERSION=383.0.1
|
||||
;;
|
||||
*) echo "Unknown gcloud version $1"; exit 1;
|
||||
esac
|
||||
|
|
@ -229,9 +229,9 @@ function print_gcloud_args() {
|
|||
function print_kubectl_args() {
|
||||
case "$1" in
|
||||
1.23)
|
||||
BAZELISK_VERSION=1.23.0
|
||||
KUBECTL_VERSION=1.23.0
|
||||
;;
|
||||
*) echo "Unknown gcloud version $1"; exit 1;
|
||||
*) echo "Unknown kubectl version $1"; exit 1;
|
||||
esac
|
||||
|
||||
printf -- "--build-arg KUBECTL_VERSION=%s " "$KUBECTL_VERSION"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue