Listing 14-12. .gitlab-ci.yml image: alexcheng/ionic:latest cache: key: ${CI_COMMIT_REF_SLUG} paths: - node_modules/ before_script: - npm i unit-test: ...
確定! 回上一頁