Skip to content

Commit a581259

Browse files
authored
Remove trailing slash in schema-deploy script (#2903)
1 parent fcdac3e commit a581259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/cloudbuild-schema-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ steps:
8383
- |
8484
set -e
8585
echo ${TAG_NAME} | \
86-
gcloud storage cp - gs://$PROJECT_ID-deployed-tags/sql.${_ENV}.tag\
86+
gcloud storage cp - gs://$PROJECT_ID-deployed-tags/sql.${_ENV}.tag
8787
# Copy the schema jar here
8888
gcloud storage cp gs://$PROJECT_ID-deploy/${TAG_NAME}/schema.jar \
8989
gs://$PROJECT_ID-deployed-tags/schema-test-artifacts/schema.${_ENV}.jar

0 commit comments

Comments
 (0)