bug(ci): Fix passing variables to task
This commit is contained in:
parent
c8bf8931c8
commit
3838b9f52a
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ jobs:
|
|||
trigger: true
|
||||
- task: deploy-docs
|
||||
file: repo/.ci/deploy-docs.yml
|
||||
params:
|
||||
vars:
|
||||
doc-host: ((doc-host))
|
||||
deploy-user: ((deploy-user))
|
||||
deploy-password: ((deploy-password))
|
||||
|
|
Loading…
Add table
Reference in a new issue