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:
parent
2a1f620121
commit
70ae23b82c
1 changed files with 2 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue