From 9e10733bca778b5f0f72aa5cb605b7239185e339 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Fri, 19 Sep 2025 01:02:36 +0530 Subject: [PATCH] remove LOG_LEVEL environment variable from renovate pipeline --- .drone.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index b0ed14b..81d493d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,9 +8,6 @@ trigger: - cron - custom -environment: - LOG_LEVEL: info - steps: - name: renovate privileged: true