Commit c65f187
Fix AssetManagerTest.testPullHashTwice using commit hash resolved as tag-relative ref [ci fast]
The previous commit hash was resolved by JGit nameRev to v1.3~21,
causing a RefNotAdvertisedException on the second download. Use a
commit hash that is beyond all tags to avoid this issue.
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>1 parent 85a42fa commit c65f187
File tree
1 file changed
+2
-2
lines changed- modules/nextflow/src/test/groovy/nextflow/scm
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| |||
0 commit comments