This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error messages for rc builds (#25)
Description =========== The `NebularRelease` plugin will provide slightly better error messages when using the official cli tasks (final, candidate, snapshot, ...). Because of internal naming reasons it makes sense for us to use `rc` instead of `candidate`. All other resources are named with the pattern (final, rc and snapshot). I used a custom task with the name `rc` which depends on `candidate` but this will fall through the error check in `NebularRelease`. So instead we now change the cli tasklist on the fly. If we find the `rc` taskname in the cli tasklist we remove it and add `candidate` instead. Changes ======= ![ADD] alias from task `rc` to `candidate` ![REMOVE] custom task `rc` ![IMPROVE] error messages for `rc` builds
- Loading branch information
Showing
3 changed files
with
52 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
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