Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
relate
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andreas Klöckner
relate
Commits
706b47aa
There was a problem fetching the pipeline summary.
Commit
706b47aa
authored
8 years ago
by
Andreas Klöckner
Browse files
Options
Downloads
Patches
Plain Diff
Fix CI script for Python version match
parent
6c041111
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
run-tests-for-ci.sh
+1
-1
1 addition, 1 deletion
run-tests-for-ci.sh
with
1 addition
and
1 deletion
run-tests-for-ci.sh
+
1
−
1
View file @
706b47aa
...
@@ -57,7 +57,7 @@ export PATH=`pwd`/.env/local/bin:$PATH
...
@@ -57,7 +57,7 @@ export PATH=`pwd`/.env/local/bin:$PATH
PIP
=
"
${
PY_EXE
}
$(
which pip
)
"
PIP
=
"
${
PY_EXE
}
$(
which pip
)
"
grep
-v
dnspython requirements.txt
>
req.txt
grep
-v
dnspython requirements.txt
>
req.txt
if
[[
"
$PY_EXE
"
=
"
python2*
"
]]
;
then
if
[[
"
$PY_EXE
"
=
python2
*
]]
;
then
$PIP
install
dnspython
$PIP
install
dnspython
else
else
$PIP
install
dnspython3
$PIP
install
dnspython3
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment