-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6c87fb8
commit 3b330d5
Showing
2 changed files
with
10 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1 @@ | ||
## Changes | ||
|
||
* Removed unnecessary log :'[ENVMAN] - Failed to execute command: XYZ' | ||
* Run command exist code fix: if executing the command failed, but command exit code was 0, envman run exit code was 0, instead of valid exit code. | ||
* envman configs file added to $HOME/.envman/configs.json path. Configs contains the maximum allowed environment value size in KB (20 KB default) and the maximum allowed environment list size in KB (100 KB default). | ||
* Environment variables became new field `skip_if_empty`, if this property is set and the value is empty, the Environment will not exported during `bitrise run`. *This is the same behavior as previous version of bitrise worked*. To add env with skip_if_empty, just call `envman add --key KEY --value VALUE --skip-if-empty`. |