File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ survey="${3:-lsst}"
1212region=" ${4:- us-central1} "
1313# get the environment variable
1414PROJECT_ID=$GOOGLE_CLOUD_PROJECT
15+ BASE_DIR=$( pwd)
1516
1617MODULE_NAME=" supernnova" # lower case required by cloud run
1718ROUTE_RUN=" /" # url route that will trigger main.run()
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ survey="${3:-lsst}"
1212region=" ${4:- us-central1} "
1313# get the environment variable
1414PROJECT_ID=$GOOGLE_CLOUD_PROJECT
15+ BASE_DIR=$( pwd)
1516
1617MODULE_NAME=" alerts-to-storage" # lower case required by cloud run
1718ROUTE_RUN=" /" # url route that will trigger main.run()
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ survey="${3:-lsst}"
1212region=" ${4:- us-central1} "
1313# get the environment variable
1414PROJECT_ID=$GOOGLE_CLOUD_PROJECT
15+ BASE_DIR=$( pwd)
1516
1617MODULE_NAME=" variability" # lower case required by cloud run
1718ROUTE_RUN=" /" # url route that will trigger main.run()
You can’t perform that action at this time.
0 commit comments