Compare commits

..

1 Commits

Author SHA1 Message Date
010d6a7b80 feat: change to buildrunner
All checks were successful
Build / build (pull_request) Successful in 51s
- cleaned up multiple layers
- removed deploy file
- updated deploy workflow
2024-12-01 00:10:21 +11:00
4 changed files with 2 additions and 4 deletions

View File

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

View File

@ -31,6 +31,6 @@ jobs:
env:
DRONECI_PASSWORD: ${{ secrets.DRONECI_PASSWORD }}
run: |
for deploy in /workspace/src/rpmbuild/RPMS/*/*.rpm; do
for rpm in $(find /workspace -type f -name "*.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

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

View File

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