drone fmt
This commit is contained in:
parent
43b83e7c94
commit
e82200abfc
63
.drone.yml
63
.drone.yml
@ -1,11 +1,16 @@
|
||||
---
|
||||
kind: pipeline
|
||||
name: ansible-containers
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
concurrency:
|
||||
limit: 9
|
||||
|
||||
steps:
|
||||
- name: build-ubuntu-18
|
||||
- name: build-ubuntu-18
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: ubuntu-18.04/Dockerfile
|
||||
@ -17,7 +22,7 @@ steps:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
- name: build-ubuntu-16
|
||||
- name: build-ubuntu-16
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: ubuntu-16.04/Dockerfile
|
||||
@ -29,7 +34,7 @@ steps:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
- name: build-ubuntu-14
|
||||
- name: build-ubuntu-14
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: ubuntu-14.04/Dockerfile
|
||||
@ -41,7 +46,7 @@ steps:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
- name: build-fedora-24
|
||||
- name: build-fedora-24
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: fedora-24/Dockerfile
|
||||
@ -53,7 +58,7 @@ steps:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
- name: build-alpine-3
|
||||
- name: build-alpine-3
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: alpine-3/Dockerfile
|
||||
@ -65,7 +70,7 @@ steps:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
- name: build-debian-8
|
||||
- name: build-debian-8
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: debian-8/Dockerfile
|
||||
@ -77,7 +82,7 @@ steps:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
- name: build-debian-7
|
||||
- name: build-debian-7
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: debian-8/Dockerfile
|
||||
@ -89,7 +94,7 @@ steps:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
- name: build-centos-7
|
||||
- name: build-centos-7
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: centos-7/Dockerfile
|
||||
@ -101,7 +106,7 @@ steps:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
- name: build-arch
|
||||
- name: build-arch
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: arch/Dockerfile
|
||||
@ -113,7 +118,7 @@ steps:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
- name: build-ubuntu-18-publish
|
||||
- name: build-ubuntu-18-publish
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: ubuntu-18.04/Dockerfile
|
||||
@ -127,7 +132,7 @@ steps:
|
||||
event:
|
||||
- tag
|
||||
|
||||
- name: build-ubuntu-16-publish
|
||||
- name: build-ubuntu-16-publish
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: ubuntu-16.04/Dockerfile
|
||||
@ -141,7 +146,7 @@ steps:
|
||||
event:
|
||||
- tag
|
||||
|
||||
- name: build-ubuntu-14-publish
|
||||
- name: build-ubuntu-14-publish
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: ubuntu-14.04/Dockerfile
|
||||
@ -155,7 +160,7 @@ steps:
|
||||
event:
|
||||
- tag
|
||||
|
||||
- name: build-fedora-24-publish
|
||||
- name: build-fedora-24-publish
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: fedora-24/Dockerfile
|
||||
@ -169,7 +174,7 @@ steps:
|
||||
event:
|
||||
- tag
|
||||
|
||||
- name: build-alpine-3-publish
|
||||
- name: build-alpine-3-publish
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: alpine-3/Dockerfile
|
||||
@ -183,7 +188,7 @@ steps:
|
||||
event:
|
||||
- tag
|
||||
|
||||
- name: build-debian-8-publish
|
||||
- name: build-debian-8-publish
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: debian-8/Dockerfile
|
||||
@ -197,7 +202,7 @@ steps:
|
||||
event:
|
||||
- tag
|
||||
|
||||
- name: build-debian-7-publish
|
||||
- name: build-debian-7-publish
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: debian-8/Dockerfile
|
||||
@ -211,7 +216,7 @@ steps:
|
||||
event:
|
||||
- tag
|
||||
|
||||
- name: build-centos-7-publish
|
||||
- name: build-centos-7-publish
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: centos-7/Dockerfile
|
||||
@ -225,7 +230,7 @@ steps:
|
||||
event:
|
||||
- tag
|
||||
|
||||
- name: build-arch-publish
|
||||
- name: build-arch-publish
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: arch/Dockerfile
|
||||
@ -239,9 +244,8 @@ steps:
|
||||
event:
|
||||
- tag
|
||||
|
||||
- name: notify
|
||||
- name: notify
|
||||
image: appleboy/drone-telegram
|
||||
depends_on: [ build-ubuntu-18, build-ubuntu-16, build-ubuntu-14, build-fedora-24, build-alpine-3, build-debian-8, build-debian-7, build-centos-7, build-arch, build-ubuntu-18-publish, build-ubuntu-16-publish, build-ubuntu-14-publish, build-fedora-24-publish, build-alpine-3-publish, build-debian-8-publish, build-debian-7-publish, build-centos-7-publish, build-arch-publish, ]
|
||||
settings:
|
||||
message: "Commit {{ commit.link }} ran with build {{ build.number }} and finished with status {{ build.status }}."
|
||||
to: 14852963
|
||||
@ -250,3 +254,22 @@ steps:
|
||||
status:
|
||||
- failure
|
||||
- success
|
||||
depends_on:
|
||||
- build-ubuntu-18
|
||||
- build-ubuntu-16
|
||||
- build-ubuntu-14
|
||||
- build-fedora-24
|
||||
- build-alpine-3
|
||||
- build-debian-8
|
||||
- build-debian-7
|
||||
- build-centos-7
|
||||
- build-arch
|
||||
- build-ubuntu-18-publish
|
||||
- build-ubuntu-16-publish
|
||||
- build-ubuntu-14-publish
|
||||
- build-fedora-24-publish
|
||||
- build-alpine-3-publish
|
||||
- build-debian-8-publish
|
||||
- build-debian-7-publish
|
||||
- build-centos-7-publish
|
||||
- build-arch-publish
|
||||
|
Loading…
Reference in New Issue
Block a user