forked from platypush/platypush
[CI/CD] Commented out the generation of the Arch platypush-git package.
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:
parent
38cf102397
commit
fabcba14d9
1 changed files with 24 additions and 21 deletions
45
.drone.yml
45
.drone.yml
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue