Skip to content

v1.4.0 (🌽 Chip and Dip)

Compare
Choose a tag to compare
@toolmantim toolmantim released this 06 Jul 08:19
· 473 commits to master since this release
e6a11d4

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