Skip to content

Commit 45a9940

Browse files
committed
update default value for schema_version
1 parent 69f3489 commit 45a9940

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

broker/setup_broker/lsst/setup_broker.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ testid="${1:-test}"
88
teardown="${2:-False}"
99
# name of the survey this broker instance will ingest
1010
survey="${3:-lsst}"
11-
schema_version="${4:-8.0}"
12-
versiontag=v$(echo "${schema_version}" | tr . _) # 8.0 -> v8_0
11+
schema_version="${4:-9.0}"
12+
versiontag=v$(echo "${schema_version}" | tr . _) # 9.0 -> v9_0
1313
region="${5:-us-central1}"
1414
zone="${region}-a" # just use zone "a" instead of adding another script arg
1515
# get environment variables

0 commit comments

Comments
 (0)