Skip to content

v1.3.0 (🍦 Gelato Hands)

Compare
Choose a tag to compare
@toolmantim toolmantim released this 19 Jun 09:02
· 479 commits to master since this release
843c9f7

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