Add CI/CD - Build Project
Add GitLab CI/CD pipelines to:
- Build Angular project
- Lint project
Run tests- Run
npm audit
Should have the following stages:
- init
- build
test
When setting the image to use for each pipeline make sure to use ${DEVOPS_REGISTRY}
then the image you want.
Example: ${DEVOPS_REGISTRY}usgs/node:latest
Edited by Clayton, Brandon Scott