Skip to content

v2.1.0 (OK Hand 👌)

Compare
Choose a tag to compare
@lox lox released this 23 Apr 04:40
· 835 commits to master since this release
6d94eaa

Added

Fixed

  • Support multiple values for image-names to match multiple build images #107 (@lox)
  • Newer bash versions had "bad substitution" error #128 (@lox)

Upgrading

To upgrade, update your pipeline.yml files:

 steps:
   - command: test.sh
     plugins:
-      docker-compose#v2.0.0:
+      docker-compose#v2.1.0:
         run: app