Skip to content

Commit

Permalink
Add branch parameter to docs publish job (elastic#2801)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMock authored Jan 30, 2020
1 parent 31249e5 commit 9e71bec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .ci/jobs/elastic+eui+deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
name: elastic+eui+deploy-docs
display-name: elastic / eui - deploy-docs
description: Build EUI documentation HTML and deploy to Elastic Bekitzur
parameters:
- string:
name: branch_specifier
default: refs/heads/master
description: >-
the Git branch specifier to build
(<branchName>, <tagName>, <commitId>, etc.)
triggers: []
builders:
- shell: |-
Expand Down

0 comments on commit 9e71bec

Please sign in to comment.