Compare commits
1 Commits
bab3f1f194
...
eecccce017
| Author | SHA1 | Date | |
|---|---|---|---|
| eecccce017 |
@ -29,10 +29,11 @@ jobs:
|
||||
with:
|
||||
name: rpms
|
||||
path: /workspace/unkin/rpmbuilder/dist/*/*.rpm
|
||||
|
||||
build-9:
|
||||
runs-on: almalinux-8
|
||||
container:
|
||||
image: git.query.consul/unkin/almalinux8-runnerdnd:latest
|
||||
image: git.query.consul/unkin/almalinux9-runnerdnd:latest
|
||||
options: --privileged
|
||||
|
||||
steps:
|
||||
|
||||
@ -35,10 +35,11 @@ jobs:
|
||||
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
|
||||
|
||||
deploy-9:
|
||||
runs-on: almalinux-8
|
||||
container:
|
||||
image: git.query.consul/unkin/almalinux8-runnerdnd:latest
|
||||
image: git.query.consul/unkin/almalinux9-runnerdnd:latest
|
||||
options: --privileged
|
||||
|
||||
steps:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user