diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c9328e05..4dd60711 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -91,22 +91,6 @@ deploy-nsite: --use-fallback-relays --use-fallback-servers -build-web: - stage: build - timeout: 10 minutes - needs: [] - rules: - - if: $CI_COMMIT_TAG - when: never - - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH - script: - - npm ci - - npm run build - - cp dist/index.html dist/404.html - artifacts: - paths: - - dist/ - release-notes: stage: build timeout: 2 minutes