Compare commits

..

1 Commits

Author SHA1 Message Date
08a9a15f7c feat: change to buildrunner
All checks were successful
Build / build (pull_request) Successful in 49s
- cleaned up multiple layers
2024-11-30 23:56:45 +11:00
4 changed files with 4 additions and 2 deletions

View File

@ -27,4 +27,4 @@ jobs:
- name: Show RPMs
run: |
find /workspace -type f -name "*.rpm"
find /workspace | grep rpm

View File

@ -31,6 +31,6 @@ jobs:
env:
DRONECI_PASSWORD: ${{ secrets.DRONECI_PASSWORD }}
run: |
for rpm in $(find /workspace -type f -name "*.rpm"); do
for deploy in /workspace/src/rpmbuild/RPMS/*/*.rpm; do
curl --user droneci:${{ secrets.DRONECI_PASSWORD }} --upload-file $rpm https://git.query.consul/api/packages/unkin/rpm/almalinux/el8/upload
done

View File

@ -0,0 +1 @@
almalinux/el8

View File

@ -0,0 +1 @@
almalinux/el8