Skip to content

Commit

Permalink
Use correct link to spot_failure_detection script
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-veit committed Sep 22, 2021
1 parent 172dc66 commit 5f6b36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awsf3/aws_run_workflow_generic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ if [ $(version $TIBANNA_VERSION) -ge $(version "1.6.0") ]; then
exl echo
exl echo "## Turning on Spot instance failure detection"
cd ~
curl https://github.com/4dn-dcic/tibanna/raw/master/awsf3/spot_failure_detection.sh -O
curl https://raw.githubusercontent.com/4dn-dcic/tibanna/master/awsf3/spot_failure_detection.sh -O
chmod +x spot_failure_detection.sh
echo "* * * * * ~/spot_failure_detection.sh -s 0 -l $LOGBUCKET -j $JOBID >> /var/log/spot_failure_detection.log 2>&1" >> ~/recurring.jobs
echo "* * * * * ~/spot_failure_detection.sh -s 30 -l $LOGBUCKET -j $JOBID >> /var/log/spot_failure_detection.log 2>&1" >> ~/recurring.jobs
Expand Down

0 comments on commit 5f6b36a

Please sign in to comment.