diff --git a/.drone.yml b/.drone.yml index bb6ffd9..e1f5aaf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,12 +1,12 @@ kind: pipeline type: docker -name: test +name: default platform: arch: arm64 steps: - name: test - image: node:latest + image: node commands: - - echo 测试drone执行 \ No newline at end of file + - echo "测试drone执行" \ No newline at end of file