From 5182eeaa6e2ee5621b6386cf9e8631299067f39b Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Sun, 5 Jan 2020 15:36:19 +0100 Subject: [PATCH] Add a basic .drone.yml that probably doesn't work --- .drone.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.drone.yml b/.drone.yml index 59647e7..83df60d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,11 +3,18 @@ name: default steps: - 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 commands: - gem install bundler - bundle install - bundle exec jekyll build +>>>>>>> upstream/master - name: docker image: plugins/docker