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
!79
Resolve "Python2 job is failing"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Python2 job is failing"
49-python2-job-is-failing
into
master
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Iñigo Moreno i Caireta
requested to merge
49-python2-job-is-failing
into
master
2 years ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
Closes
#49 (closed)
Edited
2 years ago
by
Iñigo Moreno i Caireta
0
0
Merge request reports
Viewing commit
6c01c1f6
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
6c01c1f6
Use alpine:3.15 in python_syntax
· 6c01c1f6
Iñigo Moreno i Caireta
authored
2 years ago
ci-templates/syntax-check.yml
+
1
−
0
Options
@@ -20,6 +20,7 @@ clang_format:
## other options like pylint, but much faster and less strict
##########################################################
python_syntax
:
image
:
alpine:3.15
# python2 is no longer available in alpine:3.16
before_script
:
-
apk add --update python2
stage
:
build
Loading