1
0
mirror of https://github.com/google/nomulus synced 2025-12-23 06:15:42 +00:00

Remove trailing slash in schema-deploy script (#2903)

This commit is contained in:
gbrodman
2025-12-11 13:32:09 -05:00
committed by GitHub
parent fcdac3e86e
commit a581259edb

View File

@@ -83,7 +83,7 @@ steps:
- | - |
set -e set -e
echo ${TAG_NAME} | \ echo ${TAG_NAME} | \
gcloud storage cp - gs://$PROJECT_ID-deployed-tags/sql.${_ENV}.tag\ gcloud storage cp - gs://$PROJECT_ID-deployed-tags/sql.${_ENV}.tag
# Copy the schema jar here # Copy the schema jar here
gcloud storage cp gs://$PROJECT_ID-deploy/${TAG_NAME}/schema.jar \ gcloud storage cp gs://$PROJECT_ID-deploy/${TAG_NAME}/schema.jar \
gs://$PROJECT_ID-deployed-tags/schema-test-artifacts/schema.${_ENV}.jar gs://$PROJECT_ID-deployed-tags/schema-test-artifacts/schema.${_ENV}.jar