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:
@@ -83,7 +83,7 @@ steps:
|
||||
- |
|
||||
set -e
|
||||
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
|
||||
gcloud storage cp gs://$PROJECT_ID-deploy/${TAG_NAME}/schema.jar \
|
||||
gs://$PROJECT_ID-deployed-tags/schema-test-artifacts/schema.${_ENV}.jar
|
||||
|
||||
Reference in New Issue
Block a user