Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
weboob
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
177
Issues
177
List
Boards
Labels
Milestones
Merge Requests
49
Merge Requests
49
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
weboob
weboob
Commits
6451960f
Commit
6451960f
authored
Nov 30, 2019
by
Romain Bignon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "gitlab-ci.yml: use python3 in before_script"
This reverts commit
3b8cc43d
.
parent
6e7d12cb
Pipeline
#2756
failed with stages
in 1 minute and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.gitlab-ci.yml
.gitlab-ci.yml
+3
-3
No files found.
.gitlab-ci.yml
View file @
6451960f
before_script
:
-
"
pip
3
install
-r
.ci/requirements.txt"
-
"
REQUIREMENTS=$(mktemp)
&&
python
3
setup.py
requirements
>
${REQUIREMENTS}
&&
pip3
install
-r
${REQUIREMENTS}
&&
rm
${REQUIREMENTS}"
-
"
pip
3
install
-r
.ci/requirements_modules.txt"
-
"
pip
install
-r
.ci/requirements.txt"
-
"
REQUIREMENTS=$(mktemp)
&&
python
setup.py
requirements
>
${REQUIREMENTS}
&&
pip
install
-r
${REQUIREMENTS}
&&
rm
${REQUIREMENTS}"
-
"
pip
install
-r
.ci/requirements_modules.txt"
build:2.7:
image
:
"
python:2.7"
...
...
Write
Preview
Markdown
is supported
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