Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
Describe --trigger in help text
  • Loading branch information
ktomk committed Feb 27, 2018
1 parent 20b48b2 commit 9a0daa8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ All notable changes to Pipelines will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [unreleased]
## [0.0.7] - 2018-02-27
### Fixed
- Describe missing `--trigger` in help text
- Build directory owner and attributes for deploy copy mode
- Do not capture artifacts files after failed step

Expand Down
6 changes: 5 additions & 1 deletion src/Utility/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ private function showUsage()
[[-e | --env] <variable>] [--env-file <path>]
[--file <path>] [--dry-run] [--no-run] [--list]
[--deploy mount | copy ] [--show] [--images]
[--pipeline <id>] [--verbatim]
[--pipeline <id>] [--trigger <ref>] [--verbatim]
pipelines [-v | --verbose] [--dry-run] [--docker-list]
[--docker-kill] [--docker-clean]
Expand Down Expand Up @@ -117,6 +117,10 @@ private function showHelp()
the non-zero exit status is given and
an error message showing the container
id of the kept container
--trigger <ref> build trigger, <ref> can be of either
tag:<name>, branch:<name> or
bookmark:<name>. used in determination
of the pipeline to run
--pipeline <id> run pipeline with <id>, see --list
--verbatim only give verbatim output of the
pipeline, no other information around
Expand Down

0 comments on commit 9a0daa8

Please sign in to comment.