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

Fix failure to update commit info on redeploy #2492

Merged
merged 2 commits into from
Jun 21, 2018
Merged

Conversation

richard-cox
Copy link
Contributor

Irfan Habib and others added 2 commits June 21, 2018 10:25
- Not reproducable on quick systems (local pcf)
- Ensure we also update env vars when we leave the deploy stepper
- Catches edge cases where the standard call to env vars happened to early to have updated info
- Also catch case where we weren't calling onLeave when leaving stepper via close/cancel
@cfdreddbot
Copy link

Hey richard-cox!

Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you and the commit authors have already signed the CLA.

@codecov
Copy link

codecov bot commented Jun 21, 2018

Codecov Report

Merging #2492 into v2-master will decrease coverage by <.01%.
The diff coverage is 100%.

@@              Coverage Diff              @@
##           v2-master    #2492      +/-   ##
=============================================
- Coverage      70.72%   70.72%   -0.01%     
=============================================
  Files            590      590              
  Lines          24835    24837       +2     
  Branches        5606     5607       +1     
=============================================
  Hits           17565    17565              
- Misses          7270     7272       +2

@nwmac nwmac removed the blocked-pr label Jun 21, 2018
Copy link
Contributor

@nwmac nwmac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - tested just fine

@nwmac nwmac merged commit d850927 into v2-master Jun 21, 2018
@nwmac nwmac deleted the fix-update-of-commit branch June 21, 2018 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Redeploy does not update commit id of deployment
3 participants