mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00: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/"
|
||||
publish_dir_mode = "copy"
|
||||
enable_conda = false
|
||||
singularity_pull_docker_container = false
|
||||
}
|
||||
|
||||
if("$PROFILE" == "docker") {
|
||||
|
|
Loading…
Reference in a new issue