1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2024-12-21 23:44:30 +00:00

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
- check
- build-js
- sentry
- test
- build
- upload
@ -93,21 +92,6 @@ build-frontend:
needs:
- 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:
stage: check
before_script:
@ -162,6 +146,8 @@ vitest:
e2e:
stage: test
except:
- tags@framasoft/mobilizon
services:
- name: postgis/postgis:16-3.4
alias: postgres