Commit fff1dac
committed
fix: use revision instead of origin/main for nightly branch checkout
Tekton workspaces are shallow detached-HEAD clones; remote tracking
refs like origin/main are not available after git fetch -a --tags.
Using {{revision}} (the triggering commit SHA) matches the pattern
already used in .tekton/release-pipeline.yaml.1 parent 2f765bc commit fff1dac
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
0 commit comments