Skip to content

Add a without-download flag to update-stemcell to skip release downloads #1143

Add a without-download flag to update-stemcell to skip release downloads

Add a without-download flag to update-stemcell to skip release downloads #1143

Triggered via pull request January 13, 2025 22:33
Status Failure
Total duration 26s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
test: internal/commands/update_release.go#L22
structtag: struct field tag ` long:"allow-only-publishable-releases" defailt:false description:"include releases that would not be shipped with the tile (development builds)"` not compatible with reflect.StructTag.Get: bad syntax for struct tag value (govet)
test: internal/commands/update_release.go#L23
structtag: struct field tag `short:"wd" long:"without-download" defailt:false description:"updates releases without downloading them"` not compatible with reflect.StructTag.Get: bad syntax for struct tag value (govet)
test: internal/commands/update_stemcell.go#L23
structtag: struct field tag `short:"ur" long:"update-releases" default:false description:"finds latest matching releases for new stemcell version"` not compatible with reflect.StructTag.Get: bad syntax for struct tag value (govet)
test: internal/commands/update_stemcell.go#L24
structtag: struct field tag `short:"wd" long:"without-download" default:false description:"updates stemcell releases without downloading releases"` not compatible with reflect.StructTag.Get: bad syntax for struct tag value (govet)
test
issues found
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636