Simplify as much as possible
Some checks failed
the build failed

This commit is contained in:
Ian Adam Naval 2018-07-31 05:11:39 -07:00
parent 8c810da612
commit ba72a7940c

View File

@ -1,22 +1,5 @@
pipeline: pipeline:
restore-cache:
image: drillster/drone-volume-cache
restore: true
mount:
- /drone/.bundle
volumes:
- /tmp/bundle-cache:/cache
build: build:
image: ruby:2.5.1-alpine3.7 image: jekyll/jekyll:latest
environment:
- BUNDLE_PATH=/drone/.bundle
commands: commands:
- bundle install - jekyll build
- bundle exec jekyll build
rebuild-cache:
image: drillster/drone-volume-cache
rebuild: true
mount:
- /drone/.bundle
volumes:
- /tmp/bundle-cache:/cache