1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2024-12-22 07:52:43 +00:00

chore(build): skip e2e when building package ; fix app version

This commit is contained in:
setop 2024-09-26 21:01:46 +02:00
parent b48ab8201f
commit 9f8e1c29ce
5 changed files with 7 additions and 21 deletions

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

View file

@ -1,7 +1,7 @@
defmodule Mobilizon.Mixfile do defmodule Mobilizon.Mixfile do
use Mix.Project use Mix.Project
@version "5.0.0-beta.1" @version "5.0.1"
def project do def project do
[ [

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "mobilizon", "name": "mobilizon",
"version": "5.0.0-beta.1", "version": "5.0.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "mobilizon", "name": "mobilizon",
"version": "5.0.0-beta.1", "version": "5.0.1",
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
"@apollo/client": "^3.3.16", "@apollo/client": "^3.3.16",

View file

@ -1,6 +1,6 @@
{ {
"name": "mobilizon", "name": "mobilizon",
"version": "5.0.0-beta.1", "version": "5.0.1",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

View file

@ -22,7 +22,7 @@
}, },
"software": { "software": {
"name": "Mobilizon", "name": "Mobilizon",
"version": "5.0.0-beta.1", "version": "5.0.1",
"repository": "https://framagit.org/framasoft/mobilizon" "repository": "https://framagit.org/framasoft/mobilizon"
}, },
"openRegistrations": true "openRegistrations": true