From bb7bc299749a04af71dd14b3bd296cfea5f79abf Mon Sep 17 00:00:00 2001 From: sthope Date: Sat, 4 Sep 2021 14:46:02 +0200 Subject: [PATCH] initial commit --- .drone.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index ae913c8..bfaca9c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,6 @@ pipeline: testing-jekyll: image: jekyll/jekyll:latest - pull: true commands: - touch Gemfile.lock - chmod a+w Gemfile.lock @@ -29,7 +28,6 @@ pipeline: discord: image: appleboy/drone-discord - pull: true environment: DISCORD_WEBHOOK_ID: from_secret: discord_webhook_id