Skip to content

Commit 8197df7

Browse files
authored
ci: fix reference to coryan's fork (#3634)
Used my fork to debug the build and forgot to revert the change when sending the original PR.
1 parent 8a2001f commit 8197df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/kokoro/docker/Dockerfile.ubuntu-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ RUN ldconfig
156156

157157
# Download and compile google-cloud-cpp from source too:
158158
WORKDIR /var/tmp/build
159-
RUN wget -q https://github.com/coryan/google-cloud-cpp-common/archive/v0.25.0.tar.gz && \
159+
RUN wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.25.0.tar.gz && \
160160
tar -xf v0.25.0.tar.gz && \
161161
cd /var/tmp/build/google-cloud-cpp-common-0.25.0 && \
162162
cmake -H. -Bcmake-out \

0 commit comments

Comments
 (0)