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
preparing build
checking pipeline is not paused
checking job is not paused
discovering any new versions of repo
waiting for a suitable set of input versions
repo - pinned version ref:4c4a3907f9e13018f7899b4ae98d92782fa5ab44 not found
checking max-in-flight is not reached
Expected behavior
I should be able to fetch/checkout specific commits, even when they are not on a branch.
defining version.ref on the resource / on the get step
adding params.fetch on the get step (which seems to be supported by the in script)
using the commit hash as the branch
... with no luck.
If it sounds like this scenario should be supported and that there should be some combination that supports this, I would really appreciate some pointers!
Describe the bug
version.ref
.Reproduction steps
Expected behavior
I should be able to fetch/checkout specific commits, even when they are not on a branch.
Here is the commit https://app.radicle.xyz/nodes/radicle.yorgos.net.gr/rad:z4QJ2XjzjTioTfuWkR2J2rJjeL9dg/commits/4c4a3907f9e13018f7899b4ae98d92782fa5ab44
Here is how I can clone the repo and checkout the specific commit with git tooling:
git clone https://radicle.yorgos.net.gr/z4QJ2XjzjTioTfuWkR2J2rJjeL9dg.git test-my-ci cd test-my-ci git fetch origin 48bb15c1ed6f085c0ee0b3f813a991cedd195f2b git fetch origin 4c4a3907f9e13018f7899b4ae98d92782fa5ab44 git checkout FETCH_HEAD
Additional context
I tried various permutations of this:
version.ref
on the resource / on the get stepparams.fetch
on the get step (which seems to be supported by thein
script)branch
... with no luck.
If it sounds like this scenario should be supported and that there should be some combination that supports this, I would really appreciate some pointers!
Thanks in advance!!
Relevant references I found:
branch
The text was updated successfully, but these errors were encountered: