diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 794465d..300e4c9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,8 +29,8 @@ check_app_update: echo "NEW_COMMIT=false" >> variables.env fi artifacts: - reports: - dotenv: variables.env + paths: + - variables.env # Build Frontend (Angular) build_frontend: @@ -44,6 +44,7 @@ build_frontend: echo "No new commit, skipping build"; exit 0; fi + - ls -la doodlestudent/front #test - cd doodlestudent/front - npm ci - npm run build --prod