This commit is contained in:
parent
4cf5715db1
commit
80c28fca3e
1 changed files with 11 additions and 0 deletions
11
.drone.yml
Normal file
11
.drone.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: test
|
||||||
|
image: alpine:3.16
|
||||||
|
commands:
|
||||||
|
- apk add bash -y
|
||||||
|
- bash
|
||||||
|
- echo $0
|
Loading…
Add table
Reference in a new issue