Skip to content
Snippets Groups Projects

Resolve "python_syntax is python2 only"

Closed Iñigo Moreno i Caireta requested to merge 48-python3_syntax into master
1 unresolved thread
2 files
+ 23
4
Compare changes
  • Side-by-side
  • Inline

Files

@@ -38,6 +38,25 @@ industrial_ci_noetic:
@@ -38,6 +38,25 @@ industrial_ci_noetic:
- if: $DEFAULT_DISTRO == "noetic"
- if: $DEFAULT_DISTRO == "noetic"
- if: $BUILD_NOETIC
- if: $BUILD_NOETIC
 
 
python3_syntax:
 
extends: .python_syntax_template
 
variables:
 
PYTHON_VERSION: python3
 
rules:
 
- if: $DEFAULT_DISTRO == "noetic"
 
- if: $BUILD_NOETIC
 
 
python2_syntax:
 
extends: .python_syntax_template
 
variables:
 
PYTHON_VERSION: python2
 
rules:
 
- if: $DEFAULT_DISTRO == "kinetic"
 
- if: $BUILD_KINETIC
 
- if: $DEFAULT_DISTRO == "melodic"
 
- if: $BUILD_MELODIC
 
ddeploy:
ddeploy:
extends: .ddeploy
extends: .ddeploy
rules:
rules:
Loading