Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
RECIRCLE
/
portal
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
11
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b3fbd410
authored
Jul 08, 2019
by
Bodor Máté
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change CI global befor_script to stage local before_script
parent
e121d55a
Pipeline
#743
failed with stages
in 1 minute 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
.gitlab-ci.yml
+6
-5
No files found.
.gitlab-ci.yml
View file @
b3fbd410
image
:
python:3.6
before_script
:
-
pip install flake8
-
pip install pipenv
-
pipenv install
stages
:
-
lint
-
test
flake8
:
before_script
:
-
pip install flake8
stage
:
lint
script
:
-
flake8 --max-line-length=125 --exclude=migrations
test
:
before_script
:
-
pip install pipenv
-
pipenv install
script
:
-
cd recircle
-
pipenv run python manage.py test
\ No newline at end of file
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