Whatβs changed?
- Adds
-e
to the default shell arguments, to ensure steps fail properly if any of one of multiple commands fail (#55) @toolmantim
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker#v1.3.0:
+ docker#v1.4.0:
image: someimage
workdir: /app