You can't use this until you register with us!




Description

Executes bash scripts in the ubuntu based python:slim docker container. Scripts can be pulled from remote git repos with ssh key authentication



Available Actions

Run Shell Script

Run a command in a local bash shell.


Variables

Shell Options
bash_string required

Command to run.


Run Shell Script From Git

Clone a git repository and run the specified script in the top level of the cloned repository.


Variables

Git Configuration
git_repo required

Git repository to clone from.

git_ref required

Branch, tag or hash to checkout the repo at.

git_filepath required

Bash script to execute with 'bash -c {script}'

git_ssh_key

Private ssh key to use to authenticate with git repository. Leave blank if no auth is required.