You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actual behavior
I want to clone a repository at a specific tag and build that. Giving the following options --git branch=v0.0.1,depth=1 results in the executor trying to clone a branch v0.0.1,depth=1. However, if I set the branch= parameter as the last option in the comma-separated list, it then works as expected.
Actual behavior
I want to clone a repository at a specific tag and build that. Giving the following options
--git branch=v0.0.1,depth=1
results in the executor trying to clone a branchv0.0.1,depth=1
. However, if I set thebranch=
parameter as the last option in the comma-separated list, it then works as expected.Error message:
Expected behavior
The order of parameters shouldn't matter.
The text was updated successfully, but these errors were encountered: