You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to disable the implicit get on a put operation? In my pipeline I am only using this resource in a put step, and I don't think it matters in my case whether the release fails to create or not. So ideally I'd want to pass something like this:
get_params: {skip_download: true}
anyone know if there is already an existing option that i'm overlooking? I could find anything similar to this in the docs, so i was curious if this was already supported.
The text was updated successfully, but these errors were encountered:
rnag
changed the title
Any way to disable the implicit get on a put?
option to disable the implicit get on a put
Aug 23, 2019
Is there any way to disable the implicit
get
on aput
operation? In my pipeline I am only using this resource in aput
step, and I don't think it matters in my case whether the release fails to create or not. So ideally I'd want to pass something like this:anyone know if there is already an existing option that i'm overlooking? I could find anything similar to this in the docs, so i was curious if this was already supported.
The text was updated successfully, but these errors were encountered: