From f0c14008c8f5f459a3a2b7b55e35a44e4bf2142c Mon Sep 17 00:00:00 2001 From: sthope Date: Thu, 2 Sep 2021 02:14:45 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index f8bd11a..062027d 100644 --- a/.drone.yml +++ b/.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