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

don't fail if promotion is unrequired #41

Open
ynohat opened this issue May 11, 2019 · 0 comments
Open

don't fail if promotion is unrequired #41

ynohat opened this issue May 11, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@ynohat
Copy link

ynohat commented May 11, 2019

Currently pipeline promote fails with a non-zero exit code if the promoted version is the same as the deployed version.

I'd prefer it to be a no-op with a 0 exit code.

Consider this scenario as an example where this is a bug:

I have a repository with the pipeline configuration and some scripts used by my CI tool. The CI tool triggers a build which promotes to successive envs when a new version is pushed.
If I make a change to the CI scripts, I expect the builds to succeed, but they'll fail because there was no change.

@lkowalsk-akamai-com lkowalsk-akamai-com added the bug Something isn't working label May 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants