Use node instead of alpine/giit image. #7

Merged
boom merged 38 commits from dev into production 2025-04-27 22:48:37 +02:00
2 changed files with 14 additions and 0 deletions
Showing only changes of commit 338eb8e92d - Show all commits

View File

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

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"