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:
jekyll-build:
image: jekyll/jekyll:latest
build:
image: golang
commands:
- bundle install
- touch Gemfile.lock
- chmod a+w Gemfile.lock
- chown -R jekyll:jekyll /drone
- gem update --system
- gem install bundler
- bundle install
- bundle exec jekyll build
- go build
- go test
# - name: discord notification
# image: appleboy/drone-discord