Simplify CI configurations for frontend and backend projects.

This commit is contained in:
2025-04-27 21:05:41 +02:00
parent 0ea4bc3be0
commit 03a04ac49c
2 changed files with 0 additions and 14 deletions

View File

@@ -1,7 +0,0 @@
stages:
- backend_build
backend_build_job:
stage: backend_build
script:
- echo "Building backend project on branch: $CI_COMMIT_BRANCH"

View File

@@ -1,7 +0,0 @@
stages:
- frontend_build
frontend_build_job:
stage: frontend_build
script:
- echo "Building frontend project on branch: $CI_COMMIT_BRANCH"