-
Notifications
You must be signed in to change notification settings - Fork 428
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
env upgrade --all
may cause pipeline builds to fail
#1805
Comments
We are facing this issue right now. |
Hi @anish-dcruz! So sorry about this. For now, a workaround is to change |
+1 to @huanjani 's recommendation, for another way to mitigate you can also remove that line from the buildspec, commit and push it and that should get the pipeline unblocked. |
@anish-dcruz: We now have a fix for our buildspec forthcoming. Thanks for your feedback! |
I am noticing a potentially related issue on |
…ne (aws#1826) Instead of trying to upgrade all envs in a workspace, now the buildspec reads the pipeline.yml file to find the envs to upgrade. Fixes aws#1805 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
We currently have the command
env upgrade --all
in the buildspec.This may prevent the pipeline build stage from reaching completion if the user does not add all app envs as pipeline stages.
A possible solution may be doing something like:
The text was updated successfully, but these errors were encountered: