1 2 3 4 5 6 7 8 9 10 11 12 pipelines: default: - step: name: Alert ... step: name: Build and test image: node:10.15.0 script: - npm install - npm test - npm ...
確定! 回上一頁