Skip to content
Snippets Groups Projects
Unverified Commit 4a927d17 authored by Hugo Haldi's avatar Hugo Haldi
Browse files

Update .gitlab-ci.yml

parent 5c0dc5d3
No related branches found
No related tags found
No related merge requests found
Pipeline #58968 failed
......@@ -19,6 +19,7 @@ build:
--destination "${CI_REGISTRY_IMAGE}:${IMAGE_TAG}"
--build-arg NG_CONF=${CONFIGURATION}
--cache=true
--cache-dir=.cache/
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
variables:
......@@ -30,7 +31,7 @@ build:
IMAGE_TAG: "latest"
cache:
paths:
- /cache
- .cache/
sonarqube-check:
image: gradle:7.3.3-jdk17
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment