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

This commit is contained in:
giles 2023-10-18 21:14:58 +01:00
parent 2095430cd6
commit e17e451c29
1 changed files with 0 additions and 48 deletions

View File

@ -15,54 +15,6 @@ trigger:
exclude:
- promote
---
kind: pipeline
type: docker
name: yml
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 . yml
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:
- yml
---
kind: pipeline
type: docker