Add GitLab CI/CD pipeline configuration (dummy)

This commit is contained in:
2025-04-27 20:17:08 +02:00
parent 838bd2744d
commit 338eb8e92d
2 changed files with 14 additions and 0 deletions

View File

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