Skip to content

Commit

Permalink
Merge branch 'trs/pathogen-repo-build/summary'
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Oct 9, 2023
2 parents 0c416a8 + 2207c7b commit 05a227b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions text-templates/attach-aws-batch.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
You can run the following command in your local build directory to re-attach to
this AWS Batch job later to see output and download results:

```
nextstrain build --aws-batch --attach ${AWS_BATCH_JOB_ID} .
```
nextstrain build --aws-batch --attach ${AWS_BATCH_JOB_ID} .

To monitor the job and see the logs but not download results, run:

nextstrain build --aws-batch --attach ${AWS_BATCH_JOB_ID} --no-download --detach-on-interrupt

To cancel the job, run:

nextstrain build --aws-batch --attach ${AWS_BATCH_JOB_ID} --cancel

You can also view this job in the [AWS Batch console](https://console.aws.amazon.com/batch/home?region=us-east-1#jobs/detail/${AWS_BATCH_JOB_ID}).

0 comments on commit 05a227b

Please sign in to comment.