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
2 unresolved threads
Files
4
@@ -38,6 +38,26 @@ industrial_ci_noetic:
- if: $DEFAULT_DISTRO == "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:
extends: .ddeploy
rules:
Loading