2023-03-04 13:49:40 +01:00
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: master_builds
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: quality_check
|
|
|
|
image: alpine-java
|
2023-03-04 13:56:10 +01:00
|
|
|
commands:
|
|
|
|
- ./misc/pre-commit.sh
|
2023-03-04 13:49:40 +01:00
|
|
|
- name: archive
|
|
|
|
image: alpine
|
2023-03-04 13:56:10 +01:00
|
|
|
commands:
|
|
|
|
- ./misc/pre-commit.sh archive
|