浏览代码

Update .gitlab-ci.yml: Had to change ruby version from latest to 2, following this thread https://gitlab.com/pages/jekyll/-/issues/40

Nathan Schneider 3 年之前
父节点
当前提交
33d6d322c6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -1,4 +1,4 @@
-image: ruby:latest
+image: ruby:2
 
 variables:
   JEKYLL_ENV: production