aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/xanzy/go-gitlab/gitlab.go
diff options
context:
space:
mode:
authoramine <hilalyamine@gmail.com>2019-11-10 18:31:29 +0100
committeramine <hilalyamine@gmail.com>2019-11-10 18:31:29 +0100
commit83eb7abd438f55161663e1b9381da5930cde06be (patch)
treeeaf1a4f2b2ac11cf50652070de57db089b14decc /vendor/github.com/xanzy/go-gitlab/gitlab.go
parentaf382431cade6e8012fb05cfa8ff31560b5bde50 (diff)
downloadgit-bug-83eb7abd438f55161663e1b9381da5930cde06be.tar.gz
vendor: update github.com/xanzy/go-gitlab to v0.22.0
Diffstat (limited to 'vendor/github.com/xanzy/go-gitlab/gitlab.go')
-rw-r--r--vendor/github.com/xanzy/go-gitlab/gitlab.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/xanzy/go-gitlab/gitlab.go b/vendor/github.com/xanzy/go-gitlab/gitlab.go
index 7b0dfc69..df044141 100644
--- a/vendor/github.com/xanzy/go-gitlab/gitlab.go
+++ b/vendor/github.com/xanzy/go-gitlab/gitlab.go
@@ -87,6 +87,7 @@ const (
Failed BuildStateValue = "failed"
Canceled BuildStateValue = "canceled"
Skipped BuildStateValue = "skipped"
+ Manual BuildStateValue = "manual"
)
// ISOTime represents an ISO 8601 formatted date