Skip to content

Commit 9ede976

Browse files
committed
[GR-69288] Do not access rubygems.org when building GraalPy website
1 parent e81bc35 commit 9ede976

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ci.jsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@
432432
["mkdir", "-p", "../docs/site/vendor/cache"],
433433
["cp", "graal-languages-jekyll-theme-*.gem", "../docs/site/vendor/cache"],
434434
["cd", "../docs/site"],
435+
["bundle", "config", "set", "mirror.https://rubygems.org", $.overlay_imports.RUBYGEMS_MIRROR],
435436
["bundle", "install"],
436437
["bundle", "exec", "jekyll", "build"],
437438
],

0 commit comments

Comments
 (0)