[CI/CD] Commented out the generation of the Arch platypush-git package.
Some checks failed
continuous-integration/drone/push Build is failing

See https://aur.archlinux.org/packages/platypush-git#comment-982845

If the PKGBUILD uses a dynamic `pkgver()` function, then `*-git`
packages shouldn't be updated unless there are some changes in the
PKGBUILD file itself.

See https://aur.archlinux.org/packages/platypush-git#comment-982845
This commit is contained in:
Fabio Manganiello 2024-07-17 23:16:58 +02:00
parent 38cf102397
commit fabcba14d9
Signed by: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -115,28 +115,31 @@ steps:
###
### Update the Arch git package
### Note: This is probably no longer required, as the platypush-git PKGBUILD
### #now includes a dynamic pkgver() function.
### See https://aur.archlinux.org/packages/platypush-git#comment-982845
###
- name: update-arch-git-package
image: python:3.11-alpine
environment:
WORKDIR: /tmp/workdir
SSH_PUBKEY:
from_secret: ssh_pubkey
SSH_PRIVKEY:
from_secret: ssh_privkey
when:
branch:
- master
event:
- push
depends_on:
- update-components-cache
commands:
- . .drone/update-arch-git-package.sh
# - name: update-arch-git-package
# image: python:3.11-alpine
# environment:
# WORKDIR: /tmp/workdir
# SSH_PUBKEY:
# from_secret: ssh_pubkey
# SSH_PRIVKEY:
# from_secret: ssh_privkey
#
# when:
# branch:
# - master
# event:
# - push
#
# depends_on:
# - update-components-cache
#
# commands:
# - . .drone/update-arch-git-package.sh
###
### Update the Arch stable package
@ -345,7 +348,7 @@ steps:
- push
depends_on:
- update-arch-git-package
# - update-arch-git-package
- update-rpm-repo
- update-apt-repo