Update '.drone.yml'
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
987807c008
commit
f0c14008c8
14
.drone.yml
14
.drone.yml
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user