diff --git a/.drone.yml b/.drone.yml index 0dbd19c..37f9b04 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,8 +3,7 @@ type: docker name: ci steps: - name: build - image: d.ctdn.net/node + image: node commands: - - npm config set registry https://r.ctdn.net - npm install - - npm run build \ No newline at end of file + - npm run build