ci: Set pull docker container to false

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
Edmund Miller 2021-02-02 17:00:40 -06:00 committed by GitHub
parent c63ba06777
commit 6b675eef6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@ params {
outdir = "output/"
publish_dir_mode = "copy"
enable_conda = false
singularity_pull_docker_container = false
}
if("$PROFILE" == "docker") {