nextflow-io/nextflow

nextflow clone does not clone commit hashes

Open

#1.987 geöffnet am 24. März 2021

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Groovy (784 Forks)batch import
help wantedsoftware/git

Repository-Metriken

Stars
 (3.382 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 16T 9h) (54 gemergte PRs in 30 T)

Beschreibung

Bug report

This set of commands:

nextflow drop pipelines/mypipeline
nextflow clone pipelines/mypipeline -hub my_bitbucket -r 0c7ef9be953

Results in an empty directory with the .git sub directory. No error is reported. The same command seems to work well with branches - it seems to be a commit-specific bug. Similar behavior was observed with nextflow pull && nextflow clone commands.

Environment

  • Nextflow version:20.10.0

Contributor Guide