nextflow-io / nextflow

A DSL for data-driven computational pipelines
http://nextflow.io
Apache License 2.0
2.75k stars 629 forks source link

nextflow clone does not clone commit hashes #1987

Open szymonwieloch opened 3 years ago

szymonwieloch commented 3 years ago

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

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.