Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
account-app
Manage
Activity
Members
Labels
Plan
Issues
9
Issue boards
Milestones
Wiki
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
rc
account-app
Merge requests
!20
"git@gitlab.rc.uab.edu:krish94/hpc-factory.git" did not exist on "7597e28e1bbf9ad184f34992101bca965e1d5e7c"
WIP: Update gitlab ci
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
WIP: Update gitlab ci
louistw/account-app:update-gitlab-ci
into
master
Overview
0
Commits
5
Pipelines
2
Changes
1
Closed
Bo-Chun Chen
requested to merge
louistw/account-app:update-gitlab-ci
into
master
3 years ago
Overview
0
Commits
5
Pipelines
2
Changes
1
Expand
Update Python version to 3.6 since most of our machine runs Python3.6, not 3.7
Update max line length to 79
Set the stage to only run on merge requests
Edited
3 years ago
by
Bo-Chun Chen
👍
0
👎
0
Merge request reports
Compare
master
version 1
035f597f
3 years ago
master (base)
and
latest version
latest version
3cd839ac
5 commits,
3 years ago
version 1
035f597f
4 commits,
3 years ago
1 file
+
7
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
7
−
4
Options
image
:
"
python:3.
7
"
image
:
"
python:3.
6
"
before_script
:
-
env
-
python --version
-
pip install pylint
stages
:
-
lint
-
lint
ing
linting
:
stage
:
linting
tags
:
-
lint
stage
:
lint
script
:
-
pylint --ignore=tests.py --max-line-length=120 *.py app
-
pylint --ignore=tests.py --max-line-length=79 *.py app
only
:
-
merge_requests
Loading