This is a Reeve step for executing remote shell scripts.
See the environment variables mentioned in Dockerfile.
If no script file is specified using SCRIPT
, input
is used to specify the commands to be executed, e.g.:
params:
ENV_SOME_VAR: test
input: |
echo $SOME_VAR
cat /etc/*-release