-
Notifications
You must be signed in to change notification settings - Fork 519
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pubsys: raise messages to 'warn' if AMI exists or repo doesn't
During development, if you make changes without committing, pubsys will see that an AMI exists for your (-dirty) commit and not register a new one. Similarly, if you have a repo configured in Infra.toml and expect to be updating it, but it doesn't exist, pubsys will create a new one. You may not want to continue testing in these cases if you thought a new AMI was going to be built, or an existing repo updated, with your recent changes. Raise these to 'warn' level so they're more obvious.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters