From 2d999c471abc98e2e0ec697e2436b867fd1e827d Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 6 Aug 2023 22:31:05 +0200 Subject: [PATCH] Removed git push from build-ui pipeline. If my understanding of Drone CI pipelines is correct, the steps are executed before the push, so any new commits should be pushed too. --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f3eb3a5b0..cb9392608 100644 --- a/.drone.yml +++ b/.drone.yml @@ -134,7 +134,6 @@ steps: - git config user.signingkey $PGP_KEY_ID - git add dist - git commit dist -S -m "[Automatic] Updated UI files" --no-verify - - git push origin master - name: update-arch-packages image: python:3.11-alpine