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