forked from data.coop/website
Add a basic .drone.yml that probably doesn't work
This commit is contained in:
parent
a76ffc4ec1
commit
5182eeaa6e
|
@ -3,11 +3,18 @@ name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
|
<<<<<<< HEAD
|
||||||
|
image: hugo
|
||||||
|
commands:
|
||||||
|
- wget https://github.com/gohugoio/hugo/releases/download/v0.62.1/hugo_0.62.1_Linux-64bit.deb -O hugo.deb
|
||||||
|
- dpkg -i hugo.deb
|
||||||
|
=======
|
||||||
image: ruby
|
image: ruby
|
||||||
commands:
|
commands:
|
||||||
- gem install bundler
|
- gem install bundler
|
||||||
- bundle install
|
- bundle install
|
||||||
- bundle exec jekyll build
|
- bundle exec jekyll build
|
||||||
|
>>>>>>> upstream/master
|
||||||
|
|
||||||
- name: docker
|
- name: docker
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
|
Loading…
Reference in a new issue