Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
plotID_python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
plotID
plotID_python
Merge requests
!57
Adj/cicd
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Adj/cicd
adj/cicd
into
dev
Overview
2
Commits
3
Pipelines
1
Changes
1
Merged
Hock, Martin
requested to merge
adj/cicd
into
dev
2 years ago
Overview
2
Commits
3
Pipelines
1
Changes
1
Expand
Merge adjustments to CI-CD into dev.
0
0
Merge request reports
Compare
dev
dev (base)
and
latest version
latest version
9055e568
3 commits,
2 years ago
1 file
+
3
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
3
−
4
Options
@@ -11,10 +11,10 @@ variables:
PIP_CACHE_DIR
:
"
$CI_PROJECT_DIR/.cache/pip"
before_script
:
-
python --version
# For debugging
#- python --version # For debugging
-
export PIP_ROOT_USER_ACTION=ignore
# surpress the warning
-
pip install --upgrade pip
-
pip install --user -r requirements.txt
# install dependencies from file
-
pip install --user --no-warn-script-location -r requirements.txt
# install dependencies from file
PEP8
:
stage
:
linting
script
:
@@ -60,7 +60,6 @@ pages:
-
public
rules
:
-
if
:
"
$CI_COMMIT_REF_NAME
==
$CI_DEFAULT_BRANCH"
-
when
:
manual
sast
:
before_script
:
Loading