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.
This commit is contained in:
Fabio Manganiello 2023-08-06 22:31:05 +02:00
parent a739303041
commit 2d999c471a
Signed by untrusted user: blacklight
GPG key ID: AD6D273C08B82EC9

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