<test cicd>
continuous-integration/drone Build was killed Details

This commit is contained in:
NanCheng 2025-07-17 11:10:17 +00:00
commit 92e9e64fc8
1 changed files with 10 additions and 0 deletions

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: build
image: node:18
commands:
- echo "Hello Drone + Gitea!"
- node --version