Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
anonymizer
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nlpworkers
anonymizer
Commits
049e4402
Commit
049e4402
authored
2 years ago
by
Michał Pogoda
Browse files
Options
Downloads
Patches
Plain Diff
don't check pep8 on old pipeline
parent
d36ad63e
No related merge requests found
Pipeline
#11116
passed with stage
in 1 minute and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+9
-9
9 additions, 9 deletions
.gitlab-ci.yml
with
9 additions
and
9 deletions
.gitlab-ci.yml
+
9
−
9
View file @
049e4402
...
@@ -3,18 +3,18 @@ cache:
...
@@ -3,18 +3,18 @@ cache:
paths
:
paths
:
-
.tox
-
.tox
stages
:
stages
:
-
check_style
#
- check_style
-
build
-
build
before_script
:
before_script
:
-
pip install tox==2.9.1
-
pip install tox==2.9.1
pep8
:
#
pep8:
stage
:
check_style
#
stage: check_style
script
:
#
script:
-
tox -v -e pep8
#
- tox -v -e pep8
docstyle
:
#
docstyle:
stage
:
check_style
#
stage: check_style
script
:
#
script:
-
tox -v -e docstyle
#
- tox -v -e docstyle
build_image
:
build_image
:
stage
:
build
stage
:
build
image
:
'
docker:18.09.7'
image
:
'
docker:18.09.7'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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