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 453ab6a commit 0a4da4eCopy full SHA for 0a4da4e
modules/nextflow/src/main/groovy/nextflow/cli/CmdRun.groovy
@@ -585,7 +585,7 @@ class CmdRun extends CmdBase implements HubOptions {
585
586
boolean checkForUpdate = true
587
if( !manager.isRunnable() || latest ) {
588
- if( offline )
+ if( offline && !pipelineName.startsWith('file:/' ) )
589
throw new AbortOperationException("Unknown project `$repo` -- NOTE: automatic download from remote repositories is disabled")
590
log.info "Pulling $repo ..."
591
def result = manager.download(revision,deep)
0 commit comments