Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Pupák
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KSZK
Open Source
Pupák
Commits
6b78b687
Commit
6b78b687
authored
4 years ago
by
Robotka István Adrián
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml
parent
94dd494c
No related branches found
No related tags found
No related merge requests found
Pipeline
#5112
failed
4 years ago
Stage: get-dependencies
Stage: static-analysis
Stage: docker-build
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-6
6 additions, 6 deletions
.gitlab-ci.yml
with
6 additions
and
6 deletions
.gitlab-ci.yml
+
6
−
6
View file @
6b78b687
image
:
python:3.8.5-buster
stages
:
-
G
et
dependencies
-
S
tatic
A
nalysis
-
D
ocker
build
-
g
et
-
dependencies
-
s
tatic
-a
nalysis
-
d
ocker
-
build
variables
:
# git tag or branch name
...
...
@@ -15,18 +15,18 @@ include:
file
:
/docker-build.yaml
pip
:
stage
:
G
et
dependencies
stage
:
g
et
-
dependencies
script
:
-
pip install -r requirements.txt
flake8
:
stage
:
S
tatic
A
nalysis
stage
:
s
tatic
-a
nalysis
script
:
-
pip install flake8
-
flake8 --max-line-length=120 *.py
pylint
:
stage
:
S
tatic
A
nalysis
stage
:
s
tatic
-a
nalysis
allow_failure
:
true
script
:
-
pip install pylint
...
...
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