Auto DevOPs: Angular app not getting through production phase in the pipeline.
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Summary
- Application successfully gets through build and test stage, gets stuck at Production stage
on production stage:
Log from the pod:
Steps to reproduce
- Create a new Angular Application through Angular CLI
- ng add @briebug/jest-schematic (to avoid Karma related issues during testing)
- Enable Auto DevOps and Add Kubernetes (GKS)
Options tried:
- moved '@angular/cli' from devDependencies to dependencies (package.json)
- Created a fresh angular project (added jest to replace karma.. karma was giving some headache with chromeHeadless etc..)
The problem persist even in the fresh application.
Example Project
https://gitlab.com/Rahul_Ace/angulartrial
What is the current bug behavior?
Angular App not getting deployed
What is the expected correct behavior?
Angular App should get deployed as no initial config is expected.
Edited by 🤖 GitLab Bot 🤖

