We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcdac3e commit a581259Copy full SHA for a581259
release/cloudbuild-schema-deploy.yaml
@@ -83,7 +83,7 @@ steps:
83
- |
84
set -e
85
echo ${TAG_NAME} | \
86
- gcloud storage cp - gs://$PROJECT_ID-deployed-tags/sql.${_ENV}.tag\
+ gcloud storage cp - gs://$PROJECT_ID-deployed-tags/sql.${_ENV}.tag
87
# Copy the schema jar here
88
gcloud storage cp gs://$PROJECT_ID-deploy/${TAG_NAME}/schema.jar \
89
gs://$PROJECT_ID-deployed-tags/schema-test-artifacts/schema.${_ENV}.jar
0 commit comments