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
|
||||
name: hello-world
|
||||
type: docker
|
||||
type: exec
|
||||
|
||||
steps:
|
||||
- name: Check build host
|
||||
commands:
|
||||
- hostname
|
||||
- hostnamectl
|
||||
- lscpu
|
||||
|
||||
- name: say-hello
|
||||
image: busybox
|
||||
commands:
|
||||
- echo hello-world
|
||||
---
|
||||
name: Ansible Linting of drone-test-1
|
||||
kind: pipeline
|
||||
type: docker
|
||||
|
||||
steps:
|
||||
- name: Prepare CentOS 8 image, clone, and test code
|
||||
image: centos:8
|
||||
commands:
|
||||
|
Loading…
x
Reference in New Issue
Block a user