Remove old pipeline.
This commit is contained in:
parent
60f1f7cec1
commit
5e942b159a
1 changed files with 0 additions and 50 deletions
|
@ -1,53 +1,3 @@
|
||||||
# ---
|
|
||||||
# resources:
|
|
||||||
# - name: every-week
|
|
||||||
# type: time
|
|
||||||
# icon: clock-outline
|
|
||||||
# source:
|
|
||||||
# interval: 168h
|
|
||||||
# - name: source
|
|
||||||
# type: git
|
|
||||||
# source:
|
|
||||||
# uri: https://gitea.redxef.at/redxef/nginx-envsubst
|
|
||||||
# branch: master
|
|
||||||
# - name: image
|
|
||||||
# type: registry-image
|
|
||||||
# source:
|
|
||||||
# username: ((docker.username))
|
|
||||||
# password: ((docker.password))
|
|
||||||
# repository: redxef/nginx-envsubst
|
|
||||||
# tag: latest
|
|
||||||
|
|
||||||
|
|
||||||
# jobs:
|
|
||||||
# - name: build-push
|
|
||||||
# plan:
|
|
||||||
# - get: every-week
|
|
||||||
# trigger: true
|
|
||||||
# - get: source
|
|
||||||
# trigger: true
|
|
||||||
# - task: build
|
|
||||||
# privileged: true
|
|
||||||
# config:
|
|
||||||
# platform: linux
|
|
||||||
# image_resource:
|
|
||||||
# type: registry-image
|
|
||||||
# source:
|
|
||||||
# repository: concourse/oci-build-task
|
|
||||||
# inputs:
|
|
||||||
# - name: source
|
|
||||||
# path: .
|
|
||||||
# params:
|
|
||||||
# IMAGE_PLATFORM: linux/amd64
|
|
||||||
# outputs:
|
|
||||||
# - name: image
|
|
||||||
# run:
|
|
||||||
# path: build
|
|
||||||
# - put: image
|
|
||||||
# params:
|
|
||||||
# image: image/image.tar
|
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
resources:
|
resources:
|
||||||
- name: source
|
- name: source
|
||||||
|
|
Loading…
Reference in a new issue