提交drone
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
杜小康 2023-08-23 15:16:52 +08:00
parent 6a25d662f7
commit 08e400487d
2 changed files with 15 additions and 0 deletions

14
.drone.yml Normal file
View File

@ -0,0 +1,14 @@
kind: pipeline
type: docker
name: Test
clone:
disable: true
steps:
- name: test
pull: if-not-exists
image: alpine
commands:
- whoami
- pwd

1
.gitignore vendored
View File

@ -24,3 +24,4 @@
hs_err_pid*
replay_pid*
.idea