Add .drone.yml
continuous-integration/drone/push Build was killed Details

This commit is contained in:
aaraz 2023-12-19 10:24:50 +00:00
parent b8c329d1db
commit a26eaf6bc5
1 changed files with 7 additions and 0 deletions

7
.drone.yml Normal file
View File

@ -0,0 +1,7 @@
kind: pipeline
name: default
steps:
- name: test
image: alpine
commands:
- echo "working !!"