mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-18 02:46:13 -05:00
ci: Set pull docker container to false
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
c63ba06777
commit
6b675eef6d
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ params {
|
||||||
outdir = "output/"
|
outdir = "output/"
|
||||||
publish_dir_mode = "copy"
|
publish_dir_mode = "copy"
|
||||||
enable_conda = false
|
enable_conda = false
|
||||||
|
singularity_pull_docker_container = false
|
||||||
}
|
}
|
||||||
|
|
||||||
if("$PROFILE" == "docker") {
|
if("$PROFILE" == "docker") {
|
||||||
|
|
Loading…
Add table
Reference in a new issue