.
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/promote/xml Build is passing Details

This commit is contained in:
giles 2023-10-18 15:34:15 +01:00
parent 9c3b3e66d8
commit 2212f55b16
1 changed files with 48 additions and 0 deletions

View File

@ -63,6 +63,54 @@ trigger:
target:
- yml
---
kind: pipeline
type: docker
name: xml
platform:
os: linux
arch: amd64
clone:
disable: false
steps:
- name: "yml"
image: sigyl/zone-10-batch2yaml:latest
commands:
- node /app/servers/apps/batch2yaml/build/index.js . xml
volumes:
- name: dockersock
path: /var/run
services:
- name: docker
image: docker:19.03.12-dind@sha256:8dded163e463f4a59bf305b3dca98e312b2cfb89a43da3872e48f95a7554c48f
privileged: true
volumes:
- name: dockersock
path: /var/run
- name: ca
path: /etc/docker/certs.d
- name: daemonjson
path: /etc/docker/daemon.json
volumes:
- name: dockersock
temp: {}
- name: ca
host:
path: /etc/docker/certs.d
- name: daemonjson
host:
path: /etc/docker/daemon.json
trigger:
event:
- promote
target:
- xml
---
kind: pipeline
type: docker