Skip to content
Snippets Groups Projects
Commit 404c7ac8 authored by Dimitrios Giannopoulos's avatar Dimitrios Giannopoulos
Browse files

cosmetic fix

parent 09332786
No related branches found
No related tags found
3 merge requests!34Merging develop (merged from 2024Q2_RC) into main creating for 2024Q2 Release,!33Merging 2024Q2_RC into main creating for 2024Q2 Release,!20Resolve "Update gitlab CI file to use inherited jobs from main"
......@@ -22,7 +22,7 @@
/kaniko/executor --context "${CI_PROJECT_DIR}" --dockerfile "${CI_PROJECT_DIR}/Dockerfile" --destination "${CI_REGISTRY_IMAGE}:latest"
fi
.angular_build 2/2:
.angular_build:
extends: .default_protected
stage: build
image: node:latest
......
......@@ -17,7 +17,7 @@
script:
- /kaniko/executor --context "${CI_PROJECT_DIR}" --dockerfile "${CI_PROJECT_DIR}/Dockerfile" --destination "${CI_REGISTRY_IMAGE}:$APP_VERSION" --no-push
.angular_build 2/2:
.angular_build:
extends: .default_unprotected
stage: build
image: node:latest
......
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