Skip to content

Commit

Permalink
Allow aws batch fail
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw85 committed Nov 30, 2021
1 parent 505b92f commit 49861c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ variables:
NF_WORKFLOW_OPTS: "--fastq test_data/sars-samples-demultiplexed/ --samples test_data/sample_sheet"


aws-run:
script:
- echo "AWS Batch run disabled"


# pangolin to dockerhub, we don't expect to change this often so a simple manual build
# reminder: update AUX_IMAGE_TAG if the aux container package versions are changed
release-pangolin:
Expand Down

0 comments on commit 49861c8

Please sign in to comment.