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

Changed "bundle install" to "gem install bundler"

Nathan Schneider пре 5 година
родитељ
комит
0b34485e34
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      .gitlab-ci.yml

+ 1 - 2
.gitlab-ci.yml

@@ -5,9 +5,8 @@ stages:
 
 before_script:
   - apt-get update -qq && apt-get install -y -qq libcurl4-openssl-dev lftp
-  - bundle install
+  - gem install bundler
   - gem install jekyll
-  - gem install jekyll-theme-minima
 
 deploy_script:
   stage: deploy