Kaynağa Gözat

Bump to Ruby 2.3

Achilleas Pipinellis 9 yıl önce
ebeveyn
işleme
cc910e0130
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      .gitlab-ci.yml

+ 3 - 3
.gitlab-ci.yml

@@ -1,6 +1,6 @@
+image: ruby:2.3
+
 pages:
-  stage: deploy
-  image: ruby:2.1
   script:
   - gem install jekyll
   - jekyll build -d public
@@ -8,4 +8,4 @@ pages:
     paths:
     - public
   only:
-  - master
+  - master