Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit bc96cb8f authored by Fazle Rabbi's avatar Fazle Rabbi 💬
Browse files

remove default and install-node-deps

removed default and install-node-deps as they are part of lint-build-frontend template now
parent abbb29fc
Loading
Loading
Loading
Loading
+0 −23
Original line number Diff line number Diff line
@@ -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