Skip to content
Snippets Groups Projects

Resolve "python_syntax is python2 only"

Merged Jon Azpiazu requested to merge 48-python_syntax-is-python2-only into master
Files
8
@@ -49,15 +49,21 @@ industrial_ci_humble:
- if: $DEFAULT_DISTRO == "humble"
- if: $BUILD_HUMBLE
.py3_template:
py3_template:
extends: .py3_template
rules:
- if: $DEFAULT_DISTRO == "noetic"
when: always
- if: $BUILD_NOETIC
when: always
- if: $DEFAULT_DISTRO == "humble"
when: always
- if: $BUILD_HUMBLE
when: always
when: always
.py2_template:
py2_template:
extends: .py2_template
rules:
- if: $DEFAULT_DISTRO == "kinetic"
when: always
Loading