Releases: bitrise-steplib/steps-script
Releases · bitrise-steplib/steps-script
1.2.1
1.2.0
1.1.6
1.1.5
1.1.4
1.1.3
Typo fix in the Step's description - thanks to @rolyatwilson (PR: #6)
1.1.2
If runner is bash
(if the runner binary name is bash
, including e.g. /bin/bash
or any/path/bash
), the Step will now perform a syntax check first (bash -n FILEPATH
), before running the script, to ensure the script won't be interrupted in the middle because of a syntax error.
1.1.1
- A better
content
, to make it easier to just drop the Script step into a UI editor and quickly write "proper" Bash scripts - Updated README, step description
- and a couple of additional wording, testing, etc. changes
- no code (
step.sh
) change
1.1.0
FIX : using echo -n
instead of printf
to save the provided content into file, to avoid conflicting with printf
's formatting characters in the content
1.0.0
- Renamed to be just "Script" (title)
- More examples in the included
bitrise.yml
, including aswift
script - Exit code note in Script content input's description