first drone yml
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Phillip Nicholas Thern 2022-12-05 05:06:56 +01:00
parent 4cf5715db1
commit 80c28fca3e
Signed by: nickveliki
GPG Key ID: 9810EF8F924EDF0C
1 changed files with 11 additions and 0 deletions

11
.drone.yml Normal file
View 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