Loading .gitlab-ci.yml 0 → 100644 +13 −0 Original line number Diff line number Diff line image: node:16-alpine pages: cache: paths: - node_modules/ script: - yarn - yarn build artifacts: paths: - public rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH Loading
.gitlab-ci.yml 0 → 100644 +13 −0 Original line number Diff line number Diff line image: node:16-alpine pages: cache: paths: - node_modules/ script: - yarn - yarn build artifacts: paths: - public rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH