Explorar el Código

Changed "bundle install" to "gem install bundler"

Nathan Schneider hace 5 años
padre
commit
0b34485e34
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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