Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| facdfb4ba5 |
@@ -5,16 +5,14 @@ steps:
|
|||||||
- name: build rpms
|
- name: build rpms
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
commands:
|
commands:
|
||||||
- mkdir -p /workspace/rpms /apps/
|
- mkdir -p /app/dist
|
||||||
- ln -s /workspace/rpms /apps/dist
|
|
||||||
- dnf install buildah -y
|
- dnf install buildah -y
|
||||||
- ./tools/build build-all --distro almalinux/el8 --buildah
|
- ./tools/build build-all --distro almalinux/el8 --buildah
|
||||||
privileged: true
|
privileged: true
|
||||||
backend_options:
|
backend_options:
|
||||||
kubernetes:
|
kubernetes:
|
||||||
serviceAccountName: default
|
serviceAccountName: default
|
||||||
|
|
||||||
- name: show rpms
|
- name: show rpms
|
||||||
image: git.unkin.net/unkin/almalinux8-base:latest
|
image: git.unkin.net/unkin/almalinux8-base:latest
|
||||||
commands:
|
commands:
|
||||||
- find /workspace/rpms -type f -name "*.rpm"
|
- find /app/dist -type f -name "*.rpm"
|
||||||
|
|||||||
@@ -5,16 +5,14 @@ steps:
|
|||||||
- name: build rpms
|
- name: build rpms
|
||||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
commands:
|
commands:
|
||||||
- mkdir -p /workspace/rpms /apps/
|
- mkdir -p /app/dist/
|
||||||
- ln -s /workspace/rpms /apps/dist
|
|
||||||
- dnf install buildah -y
|
- dnf install buildah -y
|
||||||
- ./tools/build build-all --distro almalinux/el9 --buildah
|
- ./tools/build build-all --distro almalinux/el9 --buildah
|
||||||
privileged: true
|
privileged: true
|
||||||
backend_options:
|
backend_options:
|
||||||
kubernetes:
|
kubernetes:
|
||||||
serviceAccountName: default
|
serviceAccountName: default
|
||||||
|
|
||||||
- name: show rpms
|
- name: show rpms
|
||||||
image: git.unkin.net/unkin/almalinux9-base:latest
|
image: git.unkin.net/unkin/almalinux9-base:latest
|
||||||
commands:
|
commands:
|
||||||
- find /workspace/rpms -type f -name "*.rpm"
|
- find /app/dist -type f -name "*.rpm"
|
||||||
|
|||||||
Reference in New Issue
Block a user