apt repo test
This commit is contained in:
parent
a37e7517ce
commit
492b03753a
2 changed files with 18 additions and 0 deletions
5
.ci-forgejo-apt.sh
Executable file
5
.ci-forgejo-apt.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
for deb in "$@" ; do
|
||||
curl -H "Authorization: token $FORGEJO_KEY" --upload-file $deb $FORGEJO_SITE/api/packages/$FORGEJO_OWNER/debian/pool/$DEBIAN_DIST/$DEBIAN_COMPONENT/upload
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue