-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(mask): allow empty mask file, warn not error
This commit adds a warning message when encountering an empty mask file. Now, instead of throwing an error, a warning is printed with the name of the empty mask file. Reason: When stubbing out a build, one may want to add an empty mask file to future proof the repo even if that list of sites is empty Also: When one just has one masked site, removes it from the file, one generally doesn't want the workflow to error Config file changes, e.g. removing mask sites, shouldn't cause workflows to error. This is arguably a bug.
- Loading branch information
1 parent
1e5f588
commit 2810abe
Showing
2 changed files
with
3 additions
and
2 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