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

Update the ng-cli image that is used in building pipelines (fix for #36)

parent 0ced63f6
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 #10118 passed
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
.angular_build: .angular_build:
extends: .default extends: .default
stage: build stage: build
image: trion/ng-cli:14.2.6 image: trion/ng-cli:13.3.7
script: script:
- | - |
if [ ! -f "./src/assets/config/theming.scss" ]; then if [ ! -f "./src/assets/config/theming.scss" ]; then
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
.angular_build: .angular_build:
extends: .default extends: .default
stage: build stage: build
image: trion/ng-cli:14.2.6 image: trion/ng-cli:13.3.7
script: script:
- | - |
if [ ! -f "./src/assets/config/theming.scss" ]; then 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