Преглед изворни кода

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 пре 4 година
родитељ
комит
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