Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
templates
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tecnalia_robotics-public
templates
Merge requests
!80
Resolve "python_syntax is python2 only"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "python_syntax is python2 only"
48-python_syntax-is-python2-only
into
master
Overview
40
Commits
12
Pipelines
13
Changes
4
Merged
Jon Azpiazu
requested to merge
48-python_syntax-is-python2-only
into
master
2 years ago
Overview
40
Commits
12
Pipelines
13
Changes
4
Expand
Closes
#48 (closed)
Edited
2 years ago
by
Jon Azpiazu
0
0
Merge request reports
Viewing commit
df025d18
Prev
Next
Show latest version
4 files
+
84
−
39
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
df025d18
Make jobs python2 or python3 depending on distro
· df025d18
Iñigo Moreno i Caireta
authored
2 years ago
ci-templates/auto-rules/no-default.yml
+
20
−
0
Options
@@ -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