You can also run this step directly with Bitrise CLI.
⚙️ Configuration
Inputs
Key
Description
Flags
Default
file_path
The script you want to run.
required
runner
The executor to be used for running the script. You can use any binary which is in the PATH (bash/ruby/etc.), multipart commands (e. g. go run), absolute paths (e. g. /bin/sh) or binaries from env (e. g. /usr/bin/env python). You can specify flags as well (e. g. /bin/bash -l).
required
bash
working_dir
This directory will be set as the current working directory for the script. Any relative path in the Script (file_path) will be relative to this directory.
$BITRISE_SOURCE_DIR
is_debug
If debug=yes the step will print debug infos about the working dir, tmp file path, exit code, etc.