cancel should set cancel status, not error status

This commit is contained in:
Brad Rydzewski
2020-09-15 15:03:53 -04:00
parent 4b10e95195
commit aac6cf39db
3 changed files with 11 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).
## 1.5.1
### Fixed
- cancel a build should result in cancel status, not error status
## 1.5.0
### Added
- option to disable netrc for non-clone steps