This repository was archived by the owner on Nov 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 100
support the trigger: every
for a get
#15
Comments
Just a head's up, this is coming down the pipeline! |
Haa i was about to open an ISSUE :) |
I've push out the changes. They should work with any version of concourse 1.2.x and greater. It will deprecate the need to set a status, so the next PR can be iterated. I would love someone to try it out. It will be an opt-in feature. It only affects the cc: @ahelal, @everpeace, and @pierrebeaucamp |
I'm closing this as the beta feature seems to be working for people. Please feel free to open a new issue if you're having problems with it. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'd like to migrate the resource to only support the new feature with concourse v1.2
version: every
. This allows the resource to iterated over without having to check the github status for state.I'd like to give a migration path, though.
I'm thinking of making the feature an opt in feature for now via
source
so thecheck
step return all versions.If the
source
value was not provided a deprecation notice will be displayed, which will warn about the impending change.The text was updated successfully, but these errors were encountered: