File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -218,14 +218,14 @@ echo "Configuring Cloud Run services..."
218218 ./deploy.sh " ${testid} " " ${teardown} " " ${survey} " " ${region} "
219219
220220 # --- supernnova Cloud Run service
221- # cd .. && cd classify_snn
222- # ./deploy.sh "${testid}" "${teardown}" "${survey}" "${region}"
221+ cd .. && cd classify_snn
222+ ./deploy.sh " ${testid} " " ${teardown} " " ${survey} " " ${region} "
223223
224- # # --- variability Cloud Run service
225- # cd .. && cd variability
226- # ./deploy.sh "${testid}" "${teardown}" "${survey}" "${region}"
224+ # --- variability Cloud Run service
225+ cd .. && cd variability
226+ ./deploy.sh " ${testid} " " ${teardown} " " ${survey} " " ${region} "
227227
228- # # --- upsilon Cloud Run service
229- # cd .. && cd classify_upsilon
230- # ./deploy.sh "${testid}" "${teardown}" "${survey}" "${region}"
228+ # --- upsilon Cloud Run service
229+ cd .. && cd classify_upsilon
230+ ./deploy.sh " ${testid} " " ${teardown} " " ${survey} " " ${region} "
231231) || exit
You can’t perform that action at this time.
0 commit comments