Skip to content
Snippets Groups Projects
Commit 67175fce authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

Update .gitlab-ci.yml file

parent d1d2793f
No related branches found
No related tags found
1 merge request!448Draft: Resolve "Implementation of new nodes creation"
Pipeline #12427 canceled
......@@ -47,10 +47,6 @@ stages:
# update apt
- apt-get update
# create 'ci_deps' folder (if not exists)
- cd $CI_PROJECT_DIR
- mkdir -pv ci_deps
.license_header_template: &license_header_definition
- cd $CI_PROJECT_DIR
......@@ -88,7 +84,9 @@ stages:
- fi
.install_yamlschemacpp_template: &install_yamlschemacpp_definition
- cd ${CI_PROJECT_DIR}/ci_deps
- cd $CI_PROJECT_DIR
- mkdir -pv ci_deps
- cd ci_deps
- if [ -d yaml-schema-cpp ]; then
- echo "directory yaml-schema-cpp exists"
- cd yaml-schema-cpp
......
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