Skip to content

Version 1.1.2 / 2018-09-16

Compare
Choose a tag to compare
@ricoberger ricoberger released this 16 Sep 16:57

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.