Skip to content

Conversation

@tcare
Copy link
Contributor

@tcaretcare commented Jul 3, 2020

Recently the template to get the model version had a name associated with the step that sets the variable. We need to also update the variable references in future steps to use the template step name as a prefix. This resulted in the MODEL_VERSION variable causing failures in each CD deployment step since it was not set.

This did not show up in CI because the MODEL_VERSION var is hard coded in the variable group. We should also remove that.

Recently the step to get the model version had a name associated with the step. We need to also update the references in future step to use the step name as a prefix. This resulted in the MODEL_VERSION variable causing failures in each CD deployment step. This did not show up in CI because the MODEL_VERSION var is hard coded in the variable group. We should also remove that.
@tcaretcare requested review from dtzar, j-so and sabrinasmaiJuly 3, 2020 18:47
j-so
j-so approved these changes Jul 3, 2020
@j-so
Copy link
Contributor

j-so commented Jul 3, 2020

Sounds like there's some followup work needed to fully clean this up. Feel free to make a new issue and assign to me if needed.

@tcaretcare merged commit 6d02555 into masterJul 3, 2020
@dtzardtzar deleted the tcare/getversion branch July 6, 2020 14:29
Sign up for freeto 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.

3 participants

@tcare@j-so