1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

Merge branch 'develop' into release/2024.3.1

This commit is contained in:
dakkar
2024-03-02 17:28:34 +00:00
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: