forked from platypush/platypush
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:
parent
a739303041
commit
2d999c471a
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue