mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Fix copy paste mistake in comment
This commit is contained in:
parent
0b459c20fe
commit
dd3ad9e4c9
1 changed files with 2 additions and 2 deletions
|
|
@ -83,12 +83,12 @@ ARG BAZELISK_DOWNLOAD_SHA256
|
|||
|
||||
RUN if [ -n "$BAZELISK_VERSION" ] ; then /scripts/install-bazelisk $BAZELISK_VERSION $BAZELISK_DOWNLOAD_SHA256; fi
|
||||
|
||||
# GCLOUD
|
||||
# Google-cloud-sdk
|
||||
ARG GCLOUD_VERSION
|
||||
|
||||
RUN if [ -n "$GCLOUD_VERSION" ] ; then /scripts/install-gcloud $GCLOUD_VERSION; fi
|
||||
|
||||
# GCLOUD
|
||||
# Kubectl
|
||||
ARG KUBECTL_VERSION
|
||||
|
||||
RUN if [ -n "$KUBECTL_VERSION" ] ; then /scripts/install-kubectl $KUBECTL_VERSION; fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue