Merge branch 'develop' into release/2024.3.1

This commit is contained in:
dakkar 2024-03-02 17:28:34 +00:00
commit 23f476dbf3
2067 changed files with 51715 additions and 15101 deletions

View file

@ -11,7 +11,7 @@ testCommit:
variables:
POSTGRES_PASSWORD: ci
script:
- apt-get update && apt-get install -y git wget curl build-essential python3
- apt-get update && apt-get install -y git wget curl build-essential python3
- cp .config/ci.yml .config/default.yml
- corepack enable
- corepack prepare pnpm@latest --activate
@ -28,6 +28,7 @@ testCommit:
- packages/*/node_modules/
only:
- develop
- merge_requests
- stable
getImageTag:
@ -55,6 +56,7 @@ getImageTag:
- stable
- develop
- tags
buildDocker:
stage: deploy
needs:
@ -79,6 +81,7 @@ buildDocker:
- stable
- develop
- tags
mergeManifests:
stage: deploy
needs: