Skip to content
Snippets Groups Projects
Commit eebdf9fe authored by michael.divia's avatar michael.divia
Browse files

CICD Test 1

parent 6548db22
No related branches found
No related tags found
No related merge requests found
Pipeline #30533 passed
stages:
- build
default:
image: node:lts-slim
cache:
key: $CI_COMMIT_REF_SLUG
paths:
- "node_modules/"
build-frontend:
stage: build
before_script:
- npm install
script:
- npx ng build --aot
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment