Craft a complete GitLab pipeline for Angular. Part 1 #14
Replies: 6 comments 11 replies
-
Any updates on part-2 |
Beta Was this translation helpful? Give feedback.
-
Would you have a git repo with a complete example? It is failing for me after the build stage -> |
Beta Was this translation helpful? Give feedback.
-
How would you deal with secrets in environment.*.ts files on build stage? I don't want to keep API tokens in the repository, so instead, I link locally stored environment files before running the build. Is there a way how to achieve this with your approach? |
Beta Was this translation helpful? Give feedback.
-
How would you handle
|
Beta Was this translation helpful? Give feedback.
-
Hi, Great article :) I have a question about cache. I've created the same install & build_and_test stages. When cache is created in install stage, then when build & test tasks run concurrently, cache is always not available for one of them because a different runner is used (e.g. runner-4qsydtwu-project-2077-concurrent-1, whereas install stage and its step is always using runner-4qsydtwu-project-2077-concurrent-0 runner). How did it work for your project? |
Beta Was this translation helpful? Give feedback.
-
Hi! Great job with that article! |
Beta Was this translation helpful? Give feedback.
-
Discussion for Craft a complete GitLab pipeline for Angular. Part 1
Beta Was this translation helpful? Give feedback.
All reactions