agola/internal/runconfig
Simone Gotti 51e9a32db7 runconfig: set task default shell
Currently, if no shell is defined in the task and in the step, the executor will
use an hardcoded default shell.

This will cause changed run behavior if we add an option to globally set the
agola default shell.

To avoid this set the task shell to the default shell inside the runconfig if
it's empty so future executions will always use this value.
2019-09-11 18:51:18 +02:00
..
runconfig.go runconfig: set task default shell 2019-09-11 18:51:18 +02:00
runconfig_test.go runconfig: set task default shell 2019-09-11 18:51:18 +02:00