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