fix issue 78 not early exiting when services

This commit is contained in:
Brad Rydzewski
2020-10-15 14:12:11 -04:00
parent 67e6ccef43
commit a4655c509a
3 changed files with 7 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Fixed
- exit code 78 not properly exiting early when pipeline has services (from runner-go)
## 1.5.3
### Fixed
- unexpected http code from server must always fail pipeline (from runner-go)