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:
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user