Skip to content

v1.1.1 (🐜 Tiny Ants)

Compare
Choose a tag to compare
@toolmantim toolmantim released this 24 Jan 23:54
· 518 commits to master since this release
13d38b6

What’s changed?

  • Re-add bash -c support (#12)

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-       docker#v1.1.0:
+       docker#v1.1.1:
        image: someimage
        workdir: /app