We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d9972 commit f947147Copy full SHA for f947147
cwl_utils/sandboxjs.py
@@ -329,7 +329,7 @@ def new_js_proc(
329
):
330
# pull node:slim docker container
331
nodejs_pull_commands = [container_engine, "pull"]
332
- if container_engine == "singularity":
+ if force_docker_pull:
333
nodejs_pull_commands.append("--force")
334
nodejs_pull_commands.append(nodeimg)
335
nodejsimg = subprocess.check_output( # nosec
0 commit comments