Skip to content

Commit

Permalink
sleep time back to now
Browse files Browse the repository at this point in the history
  • Loading branch information
SooLee committed Sep 17, 2016
1 parent 7e49b74 commit cc2d291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws_run_workflow.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
JOBID=$1
SHUTDOWN_MIN=60 #Possibly user can specify SHUTDOWN_MIN to hold it for a while for debugging.
SHUTDOWN_MIN=now #Possibly user can specify SHUTDOWN_MIN to hold it for a while for debugging.
EBS_DEVICE=/dev/xvdb
JSON_BUCKET_NAME=4dn-aws-pipeline-run-json
RUN_JSON_FILE_NAME=$JOBID.run.json
Expand Down

0 comments on commit cc2d291

Please sign in to comment.