Compare commits
1 Commits
08a9a15f7c
...
010d6a7b80
| Author | SHA1 | Date | |
|---|---|---|---|
| 010d6a7b80 |
@ -27,4 +27,4 @@ jobs:
|
||||
|
||||
- name: Show RPMs
|
||||
run: |
|
||||
find /workspace | grep rpm
|
||||
find /workspace -type f -name "*.rpm"
|
||||
|
||||
@ -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
|
||||
|
||||
@ -1 +0,0 @@
|
||||
almalinux/el8
|
||||
@ -1 +0,0 @@
|
||||
almalinux/el8
|
||||
Loading…
Reference in New Issue
Block a user