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