This commit is contained in:
parent
ff275c3c54
commit
273deb8371
16
.drone.yml
16
.drone.yml
@ -1,17 +1,19 @@
|
|||||||
|
name: Check build host
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: hello-world
|
type: exec
|
||||||
type: docker
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check build host
|
- name: Check build host
|
||||||
commands:
|
commands:
|
||||||
- hostname
|
- hostnamectl
|
||||||
|
- lscpu
|
||||||
|
|
||||||
- name: say-hello
|
---
|
||||||
image: busybox
|
name: Ansible Linting of drone-test-1
|
||||||
commands:
|
kind: pipeline
|
||||||
- echo hello-world
|
type: docker
|
||||||
|
|
||||||
|
steps:
|
||||||
- name: Prepare CentOS 8 image, clone, and test code
|
- name: Prepare CentOS 8 image, clone, and test code
|
||||||
image: centos:8
|
image: centos:8
|
||||||
commands:
|
commands:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user