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
!48
Resolve "CI jobs failing due to change in Python package name"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "CI jobs failing due to change in Python package name"
23-ci-jobs-failing-due-to-change-in-python-package-name
into
master
Overview
5
Commits
1
Pipelines
2
Changes
2
Merged
Jon Azpiazu
requested to merge
23-ci-jobs-failing-due-to-change-in-python-package-name
into
master
5 years ago
Overview
5
Commits
1
Pipelines
2
Changes
2
Expand
Closes
#23 (closed)
Edited
5 years ago
by
Jon Azpiazu
0
0
Merge request reports
Viewing commit
916fac55
Show latest version
2 files
+
6
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
916fac55
Fix modified package name for python in alpine
· 916fac55
Jon Azpiazu
authored
5 years ago
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
+
3
−
1
Options
@@ -13,7 +13,7 @@ stages:
-
postcheck
before_script
:
-
apk add --update bash coreutils tar wget
python
-
apk add --update bash coreutils tar wget
.industrial_ci
:
stage
:
build
@@ -95,6 +95,8 @@ clang_format:
## other options like pylint, but much faster and less strict
##########################################################
python_syntax
:
before_script
:
-
apk add --update python2
stage
:
precheck
script
:
python -m compileall -q .
when
:
always
Loading