Results 52 comments of Felix

it would be nice to have an updated version pushed to the registry

I had to install `matplotlib numpy scipy` via `pip`. I don't know why brew did not complain on the first install attempt but after I tried the second time

Same here... tried `brew update` and `brew install gnuradio --build-from-source` and `brew install gnuradio` I get the same error and also the log files does not exist

Arguments would simply be provided like? ``` "commands": [ "/home/bar/deploy.sh -t", "/home/bar/cleanup.sh --speed -t --retry-once" ] ```

Ok, so can you give an example how to provide the arguments?

@kakawait @oker1 I'm willing to merge the PR but please also update https://github.com/soupdiver/go-gitlab-webhook/blob/master/config.example.json so that there is an example on how to provide the arguments properly.

I tried: ``` - name: add master public to known_hosts sudo: yes known_hosts: host='192.168.22.12' state=present file=/var/lib/postgresql/.ssh/known_hosts ``` But my result is always the same: ``` vagrant@m4:~$ sudo cat /var/lib/postgresql/.ssh/known_hosts vagrant@m4:~$...

Some explanation would be good or at least a fix for the CI :)

Good idea! :+1: I also felt the current way isn't optimal but so far didn't thought about it much further.

With the idea from @AgDude we could avoid to have an extra mapping from the bool values @otakup0pe suggested. Like this idea