Skip to content

v2.4.0 (馃數 Blueberry Muffin)

Compare
Choose a tag to compare
@toolmantim toolmantim released this 07 Jun 06:10
· 653 commits to master since this release
d31864e

Added

  • Added volume option for adding volumes to run commands (#149) @clee
  • Added workdir option for setting the working dir of run comments (#150) @asford
  • Added ansi option for disabling ANSI output of run commands (#153) @gugahoi

Upgrading

To upgrade, update your pipeline.yml files:

 steps:
   - command: test.sh
     plugins:
-      docker-compose#v2.3.0:
+      docker-compose#v2.4.0:
         run: app