chore(build): remove sentry step ; remove e2e tests stop from packages

This commit is contained in:
setop 2024-11-29 18:26:51 +01:00
parent 2a1f620121
commit 70ae23b82c

View file

@ -4,7 +4,6 @@ stages:
- install - install
- check - check
- build-js - build-js
- sentry
- test - test
- build - build
- upload - upload
@ -93,21 +92,6 @@ build-frontend:
needs: needs:
- lint-front - lint-front
sentry-commit:
stage: sentry
image: getsentry/sentry-cli
script:
- echo "Create a new release $CI_COMMIT_TAG"
- sentry-cli releases new $CI_COMMIT_TAG
- sentry-cli releases set-commits $CI_COMMIT_TAG --auto
- sentry-cli releases files $CI_COMMIT_TAG upload-sourcemaps priv/static/assets/
- sentry-cli releases finalize $CI_COMMIT_TAG
- echo "Finalized release for $CI_COMMIT_TAG"
needs:
- build-frontend
only:
- tags@framasoft/mobilizon
deps: deps:
stage: check stage: check
before_script: before_script:
@ -162,6 +146,8 @@ vitest:
e2e: e2e:
stage: test stage: test
except:
- tags@framasoft/mobilizon
services: services:
- name: postgis/postgis:16-3.4 - name: postgis/postgis:16-3.4
alias: postgres alias: postgres