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
My project uses tfnotify with Github and Travis as CI.
A CI execution for a specific commit also produces a plan and an apply results.
The plan result goes to the actual commit, that the CI was executed on, while the apply result goes to the previous commit. It would be good if an execution result would go to the same commit and this commit would be the actual commit.
WHY
To review back the CI execution results, it is easier to compare the plan and apply results, if it goes to the current commit.
I tried to create an image that depicts the current operation:
The text was updated successfully, but these errors were encountered:
WHAT
My project uses
tfnotify
with Github and Travis as CI.A CI execution for a specific commit also produces a
plan
and anapply
results.The
plan
result goes to the actual commit, that the CI was executed on, while theapply
result goes to the previous commit. It would be good if an execution result would go to the same commit and this commit would be the actual commit.WHY
To review back the CI execution results, it is easier to compare the plan and apply results, if it goes to the current commit.
I tried to create an image that depicts the current operation:
The text was updated successfully, but these errors were encountered: