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