v1.8.3 (👩🏼🔧Mechanic)
What’s changed?
- Added a
tty
option to the run command (#97) - Better macOS compatibility (removed bc and compatible with bash 3.2)
- Various bug fixes with command quoting
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker-compose#v1.8.2:
+ docker-compose#v1.8.3:
run: app