提交 2659d4e1 编写于 作者: G Gabriel Mazetto

Upgrade Middleman template for GitLab CI

上级 bea52d82
# Full project: https://gitlab.com/pages/middleman
image: ruby:2.3
image: ruby:2.4
variables:
LANG: "C.UTF-8"
cache:
paths:
- vendor
test:
script:
before_script:
- apt-get update -yqqq
- apt-get install -y nodejs
- bundle install --path vendor
test:
script:
- bundle exec middleman build
except:
- master
pages:
script:
- apt-get update -yqqq
- apt-get install -y nodejs
- bundle install --path vendor
- bundle exec middleman build
artifacts:
paths:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册