Commit b55e47c
committed
fix: skip pre-releases when selecting Coder versions for integration tests
The coderversion script was including release candidates when scanning
GitHub releases, then stripping the pre-release suffix to form the
version string (e.g. v2.32.0-rc.0 → v2.32.0). This caused integration
tests to pull a Docker image that doesn't exist yet, failing with
"manifest unknown".1 parent 416eac4 commit b55e47c
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
| 103 | + | |
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
| |||
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
124 | | - | |
| 125 | + | |
125 | 126 | | |
126 | | - | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
0 commit comments