mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-12-18 14:06:30 +00:00
ci: set the bundler version to 2.4.22
This commit is contained in:
parent
f4019fd2af
commit
6ca3059914
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ pages:
|
||||||
image: ruby:2.7
|
image: ruby:2.7
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- gem install bundler
|
- gem install bundler -v 2.4.22
|
||||||
- bundle install
|
- bundle install
|
||||||
- bundle exec jekyll build -d public
|
- bundle exec jekyll build -d public
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Reference in a new issue