Don't automatically remove obsolete packages from repo
This commit is contained in:
parent
d2c3a54c9a
commit
cf6641bfff
1 changed files with 0 additions and 2 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -174,8 +174,6 @@ jobs:
|
|||
|
||||
- name: sign
|
||||
run: |
|
||||
xbps-rindex -r $PWD
|
||||
|
||||
echo "${{ secrets.PRIV_KEY }}" > $HOME/privkey
|
||||
xbps-rindex -s --signedby "${{ secrets.SIGNER }}" --privkey $HOME/privkey $PWD
|
||||
xbps-rindex -S --privkey $HOME/privkey $PWD/*.xbps
|
||||
|
|
Loading…
Reference in a new issue