Loading .gitlab-ci.yml +0 −23 Original line number Diff line number Diff line Loading @@ -6,29 +6,6 @@ stages: - build - deploy default: image: node:15.14.0-stretch before_script: - npm set cache .npm - npm install --prefer-offline --no-audit cache: key: ${CI_COMMIT_REF_SLUG} paths: - .npm/ - node_modules/ install-node-deps: stage: prepare before_script: - node --version - npm --version script: - npm set cache .npm - npm ci only: changes: - package*.json include: - project: "e/infra/ecloud/nextcloud-apps/ci-templates" ref: main Loading Loading
.gitlab-ci.yml +0 −23 Original line number Diff line number Diff line Loading @@ -6,29 +6,6 @@ stages: - build - deploy default: image: node:15.14.0-stretch before_script: - npm set cache .npm - npm install --prefer-offline --no-audit cache: key: ${CI_COMMIT_REF_SLUG} paths: - .npm/ - node_modules/ install-node-deps: stage: prepare before_script: - node --version - npm --version script: - npm set cache .npm - npm ci only: changes: - package*.json include: - project: "e/infra/ecloud/nextcloud-apps/ci-templates" ref: main Loading