Explorar o código

Changed "bundle install" to "gem install bundler"

Nathan Schneider %!s(int64=5) %!d(string=hai) anos
pai
achega
0b34485e34
Modificáronse 1 ficheiros con 1 adicións e 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