Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📝 Deprecate skip_download in favour of no_get #10

Conversation

brakel
Copy link

@brakel brakel commented Aug 7, 2024

skip_download: true allows us to prevent re-downloading in the implicit get step that is run after a put step. However, this has the added drawback of leaving us with an empty volume which means we need to alias the resource for updating the pull-request.

We can instead use no_get: true on the put step to prevent the get step from running entirely, removing the need to alias the resource as the volume will be un-affected.

https://concourse-ci.org/put-step.html#schema.put.no_get

`skip_download: true` allows us to prevent re-downloading in the
implicit get step that is run after a put step. However, this has the
added drawback of leaving us with an empty volume which means we need
to alias the resource for updating the pull-request.

We can instead use `no_get: true` on the put step to prevent the get
step from running entirely, removing the need to alias the resource as
the volume will be un-affected.

https://concourse-ci.org/put-step.html#schema.put.no_get
@Benjamintf1 Benjamintf1 merged commit 4fbaccb into cloudfoundry-community:main Aug 8, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants