1
0
mirror of https://github.com/bitwarden/help synced 2026-02-12 14:23:24 +00:00

Fix AzureDevOps pipeline (#64)

* Added Ruby version task and Jekyll, Bundler and Dependencies installation tasks

* Updated branch trigger for testing purposes

* Updated pipeline to fix install error

* Updated pipeline yaml to use master branch
This commit is contained in:
James Duffield
2020-01-21 13:05:43 +00:00
committed by Kyle Spearrin
parent 18f9fd56d0
commit a5d113c1d3

View File

@@ -10,6 +10,12 @@ pool:
vmImage: 'Ubuntu-16.04'
steps:
- task: UseRubyVersion@0
displayName: 'Use Ruby >= 2.4'
- script: 'gem install jekyll bundler'
displayName: 'Install jekyll and bundler gems'
- task: NodeTool@0
inputs:
versionSpec: '10.x'