Skip to content

Commit

Permalink
build: Set strategy to dockerfile, conda then container
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Oct 17, 2023
1 parent ff3e2e0 commit beb338b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/config/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ if ("$PROFILE" == "singularity") {
singularity.enabled = true
singularity.autoMounts = true
wave.enabled = true
wave.strategy = ['dockerfile', 'conda', 'container']
} else if ("$PROFILE" == "conda") {
conda.enabled = true
} else if ("$PROFILE" == "mamba") {
Expand All @@ -30,6 +31,7 @@ if ("$PROFILE" == "singularity") {
docker.fixOwnership = true
docker.runOptions = "--platform linux/x86_64"
wave.enabled = true
wave.strategy = ['dockerfile', 'conda', 'container']
}

docker.registry = 'quay.io'
Expand Down

0 comments on commit beb338b

Please sign in to comment.