fix: write to the new version.json location (#1344)

Closes #1343
This commit is contained in:
Philip Jenvey 2022-06-24 15:24:57 -07:00 committed by GitHub
parent a72912b875
commit 2821b80e1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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