mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
21 lines
401 B
Django/Jinja
21 lines
401 B
Django/Jinja
---
|
|
apiVersion: build.openshift.io/v1
|
|
kind: BuildConfig
|
|
metadata:
|
|
labels:
|
|
build: builder-build
|
|
name: builder-build
|
|
spec:
|
|
runPolicy: Serial
|
|
strategy:
|
|
type: Docker
|
|
source:
|
|
git:
|
|
uri: "https://gitlab.com/fedora/docs/docs-website/docs-fp-o.git"
|
|
ref: "{{ env_short }}"
|
|
contextDir: "build-scripts"
|
|
output:
|
|
to:
|
|
kind: ImageStreamTag
|
|
name: builder:latest
|