[CI/CD] Commented out the generation of the Arch platypush-git package.
Some checks failed
continuous-integration/drone/push Build is failing
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:
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
|
### 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
|
# - name: update-arch-git-package
|
||||||
image: python:3.11-alpine
|
# image: python:3.11-alpine
|
||||||
environment:
|
# environment:
|
||||||
WORKDIR: /tmp/workdir
|
# WORKDIR: /tmp/workdir
|
||||||
SSH_PUBKEY:
|
# SSH_PUBKEY:
|
||||||
from_secret: ssh_pubkey
|
# from_secret: ssh_pubkey
|
||||||
SSH_PRIVKEY:
|
# SSH_PRIVKEY:
|
||||||
from_secret: ssh_privkey
|
# from_secret: ssh_privkey
|
||||||
|
#
|
||||||
when:
|
# when:
|
||||||
branch:
|
# branch:
|
||||||
- master
|
# - master
|
||||||
event:
|
# event:
|
||||||
- push
|
# - push
|
||||||
|
#
|
||||||
depends_on:
|
# depends_on:
|
||||||
- update-components-cache
|
# - update-components-cache
|
||||||
|
#
|
||||||
commands:
|
# commands:
|
||||||
- . .drone/update-arch-git-package.sh
|
# - . .drone/update-arch-git-package.sh
|
||||||
|
|
||||||
###
|
###
|
||||||
### Update the Arch stable package
|
### Update the Arch stable package
|
||||||
|
@ -345,7 +348,7 @@ steps:
|
||||||
- push
|
- push
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- update-arch-git-package
|
# - update-arch-git-package
|
||||||
- update-rpm-repo
|
- update-rpm-repo
|
||||||
- update-apt-repo
|
- update-apt-repo
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue