Skip to content

Commit 6e96b6b

Browse files
committed
AFixes
1 parent 8f6a073 commit 6e96b6b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tasks/_common.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,10 +747,12 @@ _run_thrive_sh_test_webapp() {
747747
fi
748748

749749
log info "Starting Thrive on $gcp_vm_name"
750+
# shellcheck disable=SC2016
750751
gcloud compute ssh "$gcp_vm_name" \
751752
--zone "$THRIVE_GCP_ZONE" \
752753
--project "$THRIVE_GCP_PROJECT" \
753754
--command 'cd "$HOME" && sudo docker compose --project-directory "$HOME" up'
755+
754756
}
755757

756758
stop_jupiter_webapp() {

0 commit comments

Comments
 (0)