05ffdfed83
- update build tool for kubernetes auth - update build tool for kaniko - add woodpecker pre-commit and build jobs
16 lines
399 B
YAML
16 lines
399 B
YAML
when:
|
|
- event: pull_request
|
|
|
|
steps:
|
|
- name: build rpms
|
|
image: gcr.io/kaniko-project/executor:latest
|
|
commands:
|
|
- ./tools/build build-all --distro almalinux/el8 --use-kaniko
|
|
backend_options:
|
|
kubernetes:
|
|
serviceAccountName: default
|
|
- name: show rpms
|
|
image: git.unkin.net/unkin/almalinux8-base:latest
|
|
commands:
|
|
- find /workspace -type f -name "*.rpm"
|