RED-6558, fix build, disable sonar.

This commit is contained in:
George 2023-04-20 19:14:38 +03:00
parent 9cf5583f1e
commit 6ccf78cd5c

View File

@ -35,7 +35,9 @@ COPY paligo-styles paligo-styles
COPY sonar.js sonar.js
## Build the angular app in production mode and store the artifacts in dist folder
RUN node sonar.js
# Fix auth issue then uncomment
# RUN node sonar.js
RUN yarn run build-lint-all
RUN yarn run build-paligo-styles