1 Commits

Author SHA1 Message Date
unkinben 08a9a15f7c feat: change to buildrunner
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
+1 -1
View File
@@ -27,4 +27,4 @@ jobs:
- name: Show RPMs
run: |
find /workspace -type f -name "*.rpm"
find /workspace | grep rpm
+1 -1
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
+1
View File
@@ -0,0 +1 @@
almalinux/el8
+1
View File
@@ -0,0 +1 @@
almalinux/el8