diff --git a/.circleci/config.yml b/.circleci/config.yml index 13181e80..e83e6321 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -83,7 +83,7 @@ commands: "$CIRCLE_TAG" \ "$CIRCLE_PROJECT_USERNAME" \ "$CIRCLE_PROJECT_REPONAME" \ - "$CIRCLE_BUILD_URL" > version.json + "$CIRCLE_BUILD_URL" > syncstorage/version.json run-tests: steps: diff --git a/Dockerfile b/Dockerfile index 87dac876..0d8cf120 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ RUN \ rm -rf /var/lib/apt/lists/* COPY --from=builder /app/bin /app/bin -COPY --from=builder /app/version.json /app +COPY --from=builder /app/syncstorage/version.json /app COPY --from=builder /app/spanner_config.ini /app COPY --from=builder /app/tools/spanner /app/tools/spanner COPY --from=builder /app/tools/integration_tests /app/tools/integration_tests