Commit 8004828
committed
JavaScript: Remove build cache from npmBuild/npmFixturesBuild
Caching npmBuild caused version.txt to retain stale timestamps from
previous builds, which could result in the release JAR referencing a
non-existent npm version at runtime. The onlyIf guard on npmPublish
also prevented snapshot publishing in CI's two-invocation flow since
npmBuild was always UP-TO-DATE in the second invocation.
Keep build cache enabled only for npmTest, which is the expensive task
and has no versioning side effects.1 parent 0cee243 commit 8004828
1 file changed
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
128 | 127 | | |
129 | 128 | | |
130 | 129 | | |
| |||
174 | 173 | | |
175 | 174 | | |
176 | 175 | | |
177 | | - | |
178 | 176 | | |
179 | 177 | | |
180 | 178 | | |
| |||
227 | 225 | | |
228 | 226 | | |
229 | 227 | | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | 228 | | |
236 | 229 | | |
237 | 230 | | |
| |||
0 commit comments