Removed git push from build-ui pipeline.
continuous-integration/drone/push Build is passing Details

If my understanding of Drone CI pipelines is correct, the steps are
executed before the push, so any new commits should be pushed too.
This commit is contained in:
Fabio Manganiello 2023-08-06 22:31:05 +02:00
parent a739303041
commit 2d999c471a
Signed by: blacklight
GPG Key ID: AD6D273C08B82EC9
1 changed files with 0 additions and 1 deletions

View File

@ -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