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:
committed by
Kyle Spearrin
parent
18f9fd56d0
commit
a5d113c1d3
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user