Our pipeline contains 3 stages: install, build and deploy. image: node:10.15.3-alpine stages: - install - build cache: paths: - build/ - node_modules/
確定! 回上一頁