Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Prada Sarasola, Miguel
templates
Commits
916fac55
Commit
916fac55
authored
Jun 08, 2020
by
Jon Azpiazu
Browse files
Fix modified package name for python in alpine
parent
a11c79ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
View file @
916fac55
...
...
@@ -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
...
...
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
View file @
916fac55
...
...
@@ -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
...
...
@@ -97,6 +97,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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment