Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ippidb-web
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
iPPIDB
ippidb-web
Merge requests
!39
remove dependencies
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
remove dependencies
dockerizing-app-style
into
dockerizing-app
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Bryan BRANCOTTE
requested to merge
dockerizing-app-style
into
dockerizing-app
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
dockerizing-app
dockerizing-app (base)
and
latest version
latest version
d45b49af
1 commit,
3 years ago
1 file
+
1
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
1
−
2
Options
@@ -10,7 +10,6 @@ test-style:
@@ -10,7 +10,6 @@ test-style:
stage
:
test
stage
:
test
needs
:
[]
needs
:
[]
script
:
script
:
-
apt update && apt install -y apache2-dev graphviz graphviz-dev
-
cd ippisite
-
cd ippisite
-
pip install flake8
-
pip install flake8
-
flake8 --config=.flake8
-
flake8 --config=.flake8
@@ -110,4 +109,4 @@ build-ippisite:
@@ -110,4 +109,4 @@ build-ippisite:
needs
:
[]
needs
:
[]
extends
:
.build
extends
:
.build
before_script
:
before_script
:
-
cd ippisite
-
cd ippisite
\ No newline at end of file
Loading