Commit f51e90b
committed
Add an explicit fetch_tags
The check-for-patched-cves task compares the current commit with the tag
of the last released version. Due to concourse caching, you can end up
with a version of the bosh-cli repo resource that is newer than the last
release tag, but does not have the tag.
Adding fetch_tags to the get for the resource _should_ force Concourse
to get any tags added to the repo since the commit first started flowing
through the pipeline.1 parent 01084d7 commit f51e90b
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| 149 | + | |
| 150 | + | |
149 | 151 | | |
150 | 152 | | |
151 | 153 | | |
| |||
429 | 431 | | |
430 | 432 | | |
431 | 433 | | |
432 | | - | |
| 434 | + | |
433 | 435 | | |
434 | 436 | | |
435 | 437 | | |
| |||
0 commit comments