agola-io / agola

Agola: CI/CD Redefined
https://agola.io
Apache License 2.0
1.47k stars 116 forks source link

Checkout git repo fully, without switching to specific commit #500

Open anton-slashm opened 3 months ago

anton-slashm commented 3 months ago

What would you like to be added: Ability to clone repo fully, without switching to specific commit.

Why is this needed:

python-semantic-release (and probably other semver tools) don't work otherwise, and require manually checking out the branch before executing command

sgotti commented 3 months ago

@anton-slashm I'd like to better understand the issue since it's not really clear. Once understood we can analyze it and choose if a change is needed and what kind of change.

Can you provide some details on what you'd like to achieve, steps to reproduce the issue etc?