Update '.drone.yml'
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
sthope 2021-09-02 02:14:45 +02:00
parent 987807c008
commit f0c14008c8

View File

@ -1,15 +1,9 @@
pipeline: pipeline:
jekyll-build: build:
image: jekyll/jekyll:latest image: golang
commands: commands:
- bundle install - go build
- touch Gemfile.lock - go test
- chmod a+w Gemfile.lock
- chown -R jekyll:jekyll /drone
- gem update --system
- gem install bundler
- bundle install
- bundle exec jekyll build
# - name: discord notification # - name: discord notification
# image: appleboy/drone-discord # image: appleboy/drone-discord