nextflow-io/nextflow

nextflow clone does not clone commit hashes

Open

#1987 aperta il 24 mar 2021

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)Groovy (784 fork)batch import
help wantedsoftware/git

Metriche repository

Star
 (3382 star)
Metriche merge PR
 (Merge medio 16g 9h) (54 PR mergiate in 30 g)

Descrizione

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

Guida contributor