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 447ddf3 commit 5928e46Copy full SHA for 5928e46
nix/workbench/backend/nomad/cloud.sh
@@ -676,6 +676,10 @@ allocate-run-nomadcloud() {
676
}' \
677
"${dir}"/nomad/nomad-job.json \
678
> "${dir}"/nomad/nomad-job.summary.json
679
+
680
+ # Show the summary before starting the job, a precaution!
681
+ jq . "${dir}"/nomad/nomad-job.summary.json
682
+ read -p "Hit enter to continue ..."
683
}
684
685
deploy-genesis-nomadcloud() {
0 commit comments