Skip to content

Releases: bitrise-steplib/steps-script

1.2.1

18 Sep 13:21
48d256c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

1.2.0

22 Apr 07:43
6146154
Compare
Choose a tag to compare
  • Added set -o pipefail to the default value of content.

1.1.6

14 Jan 11:10
Compare
Choose a tag to compare
  • Step description improvements

1.1.5

27 Oct 13:10
Compare
Choose a tag to compare
  • Better default shebang

1.1.4

09 Jun 15:24
Compare
Choose a tag to compare
  • input grouping and reordering

1.1.3

07 Sep 05:24
Compare
Choose a tag to compare

Typo fix in the Step's description - thanks to @rolyatwilson (PR: #6)

1.1.2

30 Jul 12:01
Compare
Choose a tag to compare

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

09 Jun 12:00
Compare
Choose a tag to compare
  • 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

14 Oct 14:49
Compare
Choose a tag to compare

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

23 Sep 09:00
Compare
Choose a tag to compare
  • Renamed to be just "Script" (title)
  • More examples in the included bitrise.yml, including a swift script
  • Exit code note in Script content input's description