Skip to content
Snippets Groups Projects
Commit 2899bf0b authored by trantzas's avatar trantzas
Browse files

Merge branch '36-update-the-ng-cli-image-that-is-used-in-building-pipelines' into 'develop'

Resolve "Update the ng-cli image that is used in building pipelines"

See merge request !39
parents 0ced63f6 aa9166de
No related branches found
No related tags found
3 merge requests!46MR for Release 2024Q4,!42Merge develop into side branch,!39Resolve "Update the ng-cli image that is used in building pipelines"
Pipeline #10214 failed
......@@ -26,7 +26,7 @@
.angular_build:
extends: .default
stage: build
image: trion/ng-cli:14.2.6
image: trion/ng-cli:13.3.7
script:
- |
if [ ! -f "./src/assets/config/theming.scss" ]; then
......
......@@ -20,7 +20,7 @@
.angular_build:
extends: .default
stage: build
image: trion/ng-cli:14.2.6
image: trion/ng-cli:13.3.7
script:
- |
if [ ! -f "./src/assets/config/theming.scss" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment