Skip to content

Commit a98991d

Browse files
committed
Install bundler first on CI
1 parent 0914ffb commit a98991d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
inputs:
1919
versionSpec: '>= 2.4'
2020
addToPath: true
21-
- script: bundler install
21+
- script: |
22+
gem install bundler
23+
bundle install --retry=3 --jobs=4
2224
displayName: Install ruby deps
2325
- script: ./ci/build.sh
2426
displayName: Build site

0 commit comments

Comments
 (0)