Skip to content

Commit 5928e46

Browse files
committed
workbench: show a summary of the Nomad job before starting it
1 parent 447ddf3 commit 5928e46

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nix/workbench/backend/nomad/cloud.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,10 @@ allocate-run-nomadcloud() {
676676
}' \
677677
"${dir}"/nomad/nomad-job.json \
678678
> "${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 ..."
679683
}
680684

681685
deploy-genesis-nomadcloud() {

0 commit comments

Comments
 (0)