Skip to content

Commit cfdea7d

Browse files
committed
Fix chaining error in Dockerfile
1 parent f6570e4 commit cfdea7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickstart/src/ci-cd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN echo "GOOGLE_CLOUD_SDK_VERSION: ${GOOGLE_CLOUD_SDK_VERSION}" \
5252
&& curl -O https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-${GOOGLE_CLOUD_SDK_VERSION}-linux-x86_64.tar.gz \
5353
&& tar zxvf google-cloud-sdk-${GOOGLE_CLOUD_SDK_VERSION}-linux-x86_64.tar.gz google-cloud-sdk \
5454
&& mv google-cloud-sdk /opt/google-cloud-sdk \
55-
/opt/google-cloud-sdk/bin/gcloud --version
55+
&& /opt/google-cloud-sdk/bin/gcloud --version
5656

5757
# Azure specific dependencies
5858
RUN virtualenv /opt/azure/ \

0 commit comments

Comments
 (0)