From 2821b80e1bbbf3aecae74062f904739cfb6d23b2 Mon Sep 17 00:00:00 2001 From: Philip Jenvey Date: Fri, 24 Jun 2022 15:24:57 -0700 Subject: [PATCH] fix: write to the new version.json location (#1344) Closes #1343 --- .circleci/config.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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