Skip to content
Snippets Groups Projects
Commit cf3b0344 authored by Prada Sarasola, Miguel's avatar Prada Sarasola, Miguel
Browse files

Prepare default industrial_ci job for commit/tag variation by extension

parent 57c08712
No related branches found
No related tags found
1 merge request!16Deploy image build
......@@ -15,7 +15,7 @@ stages:
before_script:
- apk add --update bash coreutils tar wget python
industrial_ci_kinetic:
.industrial_ci_kinetic:
stage: build
before_script:
- apk add --update bash coreutils tar
......@@ -30,6 +30,9 @@ industrial_ci_kinetic:
CATKIN_CONFIG: '--cmake-args -DCMAKE_CXX_FLAGS=-Wno-ignored-attributes -Wno-int-in-bool-context --'
when: always
industrial_ci_kinetic:
extends: .industrial_ci_kinetic
##########################################################
## Simple check for basic Python syntax errors; this is much less thorough than
## other options like pylint, but much faster and less strict
......
......@@ -15,7 +15,7 @@ stages:
before_script:
- apk add --update bash coreutils tar wget python
industrial_ci_kinetic:
.industrial_ci_kinetic:
stage: build
before_script:
- apk add --update bash coreutils tar
......@@ -32,6 +32,9 @@ industrial_ci_kinetic:
CATKIN_CONFIG: '--cmake-args -DCMAKE_CXX_FLAGS=-Wno-ignored-attributes -Wno-int-in-bool-context --'
when: always
industrial_ci_kinetic:
extends: .industrial_ci_kinetic
##########################################################
## Simple check for basic Python syntax errors; this is much less thorough than
## other options like pylint, but much faster and less strict
......
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