v1.3.0 (🍦 Gelato Hands)
What’s changed?
- Adds a
shell
option for disabling and customising the shell used for running commands (#50) @toolmantim
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker#v1.2.2:
+ docker#v1.3.0:
image: someimage
workdir: /app