From 4f69d2e94dc966942c484681257014f2e2ced582 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: Fri, 28 Jun 2024 09:33:49 +0800 Subject: [PATCH] test --- .drone.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2537e7e..4cda225 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,11 +1,9 @@ kind: pipeline -name: deploy_test +type: docker +name: default steps: - - name: build - image: ubuntu-latest + - name: build1 + image: node:12.16.3 commands: - - echo "🖥️ The workflow is now ready t1o test your code1 on the runner." -trigger: - branch: - - master + - npm config set registry http://registry.npm.taobao.org