From 81e3cd06446c7e2eec0b0d16db2864548211590e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=88=E5=A4=95=E8=8A=B1=E6=99=A8?= <825210484@qq.com> Date: Tue, 25 Jun 2024 18:00:52 +0800 Subject: [PATCH] test --- .drone.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..2537e7e --- /dev/null +++ b/.drone.yml @@ -0,0 +1,11 @@ +kind: pipeline +name: deploy_test + +steps: + - name: build + image: ubuntu-latest + commands: + - echo "🖥️ The workflow is now ready t1o test your code1 on the runner." +trigger: + branch: + - master