You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
168B

  1. kind: pipeline
  2. type: docker
  3. name: default
  4. steps:
  5. - name: build1
  6. image: node:12.16.3
  7. commands:
  8. - npm config set registry http://registry.npm.taobao.org