first commit

This commit is contained in:
giaogiao 2023-09-12 09:26:11 +08:00
commit e637e99192
1 changed files with 25 additions and 0 deletions

25
.drone.yml Normal file
View File

@ -0,0 +1,25 @@
kind: pipeline
type: docker
name: default
steps:
- name: test
image: alpine
volumes:
- name: cache
path: /go
commands:
- ls /
- name: build
image: alpine
volumes:
- name: cache
path: /go
commands:
- ls /
volumes:
- name: cache
temp: {}