diff options
| author | crystal <crystal@noreply.codeberg.org> | 2023-06-23 03:13:00 -0600 |
|---|---|---|
| committer | crystal <crystal@noreply.codeberg.org> | 2023-06-23 03:13:00 -0600 |
| commit | 492b03753ade6e69960afff596b6e91c1b29d6e5 (patch) | |
| tree | e5fe749091b60b56e0ad8a621e2c2f65f57807d4 /.ci-forgejo-apt.sh | |
| parent | a37e7517ced338e96e943399382dd318677cf995 (diff) | |
apt repo test
Diffstat (limited to '.ci-forgejo-apt.sh')
| -rwxr-xr-x | .ci-forgejo-apt.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.ci-forgejo-apt.sh b/.ci-forgejo-apt.sh new file mode 100755 index 0000000..d474e28 --- /dev/null +++ b/.ci-forgejo-apt.sh @@ -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 |
