Skip to content

[TASK] Add bash during before script

Deployer requires bash to be available in the container. But alpine does not contain bash by default.

Therefore, the bash package will be installed in the CI now.

Fixes #11 (closed)

Merge request reports