Skip to content
Snippets Groups Projects

Resolve "python_syntax is python2 only"

Files

@@ -38,6 +38,26 @@ industrial_ci_noetic:
@@ -38,6 +38,26 @@ industrial_ci_noetic:
- if: $DEFAULT_DISTRO == "noetic"
- if: $DEFAULT_DISTRO == "noetic"
- if: $BUILD_NOETIC
- if: $BUILD_NOETIC
 
 
.py3_template:
 
rules:
 
- if: $DEFAULT_DISTRO == "noetic"
 
when: always
 
- if: $BUILD_NOETIC
 
when: always
 
when: always
 
 
.py2_template:
 
rules:
 
- if: $DEFAULT_DISTRO == "kinetic"
 
when: always
 
- if: $BUILD_KINETIC
 
when: always
 
- if: $DEFAULT_DISTRO == "melodic"
 
when: always
 
- if: $BUILD_MELODIC
 
when: always
 
ddeploy:
ddeploy:
extends: .ddeploy
extends: .ddeploy
rules:
rules:
Loading