.
This commit is contained in:
parent
c50fbe34db
commit
d39a32ea5f
|
@ -66,7 +66,7 @@ trigger:
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: xml
|
name: convert
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
|
@ -98,9 +98,6 @@ steps:
|
||||||
path: /var/run
|
path: /var/run
|
||||||
- name: "git"
|
- name: "git"
|
||||||
image: alpine/git:latest
|
image: alpine/git:latest
|
||||||
when:
|
|
||||||
branch:
|
|
||||||
- format-branch
|
|
||||||
commands:
|
commands:
|
||||||
- git log
|
- git log
|
||||||
- git remote -v
|
- git remote -v
|
||||||
|
|
Loading…
Reference in New Issue