Skip to content

Commit

Permalink
chore: update docker fragments to use new v0.19 version of common (go…
Browse files Browse the repository at this point in the history
  • Loading branch information
devjgm authored Feb 12, 2020
1 parent 72d3338 commit d6694fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/templates/kokoro/docker-fragments.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ read_into_variable WARNING_GENERATED_FILE_FRAGMENT <<'_EOF_'
#
# WARNING: This is an automatically generated file. Consider changing the
# sources instead. You can find the source templates and scripts at:
# https://github.com/googleapis/google-cloud-cpp-common/ci/templates
# https://github.com/googleapis/google-cloud-cpp-common/tree/master/ci/templates
#
_EOF_

Expand Down Expand Up @@ -112,9 +112,9 @@ _EOF_

read_into_variable INSTALL_GOOGLE_CLOUD_CPP_COMMON_FROM_SOURCE <<'_EOF_'
WORKDIR /var/tmp/build
RUN wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.18.0.tar.gz && \
tar -xf v0.18.0.tar.gz && \
cd google-cloud-cpp-common-0.18.0 && \
RUN wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.19.0.tar.gz && \
tar -xf v0.19.0.tar.gz && \
cd google-cloud-cpp-common-0.19.0 && \
cmake -H. -Bcmake-out \
-DBUILD_TESTING=OFF \
-DGOOGLE_CLOUD_CPP_TESTING_UTIL_ENABLE_INSTALL=ON && \
Expand Down

0 comments on commit d6694fd

Please sign in to comment.