Version 1.1.2 / 2018-09-16
Add the possibility to use multiple arguments in the configuration file:
scripts:
- name: helloworld
script: ./examples/helloworld.sh test
The parameter test
is passed to the script helloworld.sh
now.
Add the possibility to use multiple arguments in the configuration file:
scripts:
- name: helloworld
script: ./examples/helloworld.sh test
The parameter test
is passed to the script helloworld.sh
now.