Skip to content
Snippets Groups Projects
Commit dcfb9f91 authored by Jon Azpiazu's avatar Jon Azpiazu
Browse files

Move variable definition

parent 9942716b
No related branches found
No related tags found
1 merge request!84Resolve "Ddeploy job failing when enforcing labels"
Pipeline #123889 passed
variables:
GITLAB_TEMPLATES_BRANCH: master
.industrial_ci: .industrial_ci:
stage: build stage: build
before_script: before_script:
......
variables:
GITLAB_TEMPLATES_BRANCH: master
########################################################## ##########################################################
## Check formating of C and C++ files using clang-format ## Check formating of C and C++ files using clang-format
########################################################## ##########################################################
clang_format: clang_format:
stage: .post stage: .post
before_script: before_script:
...@@ -13,7 +15,6 @@ clang_format: ...@@ -13,7 +15,6 @@ clang_format:
ROS_DISTRO: kinetic ROS_DISTRO: kinetic
CLANG_FORMAT_CHECK: file CLANG_FORMAT_CHECK: file
CLANG_FORMAT_VERSION: "3.8" CLANG_FORMAT_VERSION: "3.8"
GITLAB_TEMPLATES_BRANCH: master
when: always when: always
########################################################## ##########################################################
...@@ -78,8 +79,6 @@ file_syntax: ...@@ -78,8 +79,6 @@ file_syntax:
adoc_syntax: adoc_syntax:
stage: .post stage: .post
image: tecnalia-docker-dev.artifact.tecnalia.com/alpine image: tecnalia-docker-dev.artifact.tecnalia.com/alpine
variables:
GITLAB_TEMPLATES_BRANCH: master
before_script: before_script:
- apk add --update curl asciidoctor bash - apk add --update curl asciidoctor bash
script: script:
......
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