Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
quality-kpi
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
Quiring, Ole
quality-kpi
Commits
d805baa7
Commit
d805baa7
authored
2 years ago
by
Hock, Martin
Browse files
Options
Downloads
Patches
Plain Diff
One try to make the CICD work
parent
68eb7f91
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+12
-10
12 additions, 10 deletions
.gitlab-ci.yml
with
12 additions
and
10 deletions
.gitlab-ci.yml
+
12
−
10
View file @
d805baa7
...
...
@@ -32,21 +32,23 @@ before_script:
test
:
tags
:
tags
:
-
env:docker
script
:
#- python setup.py test
-
pip install flake8
# you can also use tox
-
pip install flake8
flake8-nb
# you can also use tox
-
pwd
-
ls -lh
-
flake8 ./trial_json.py
-
flake8 --max-line-length 88 ./functions/*.py
-
flake8-nb --max-line-length 88 ausarbeitung.ipynb
run
:
tags
:
-
env:docker
script
:
-
pip install -r requirements.txt
-
python trial_json.py
#run:
#tags:
#- env:docker
#script:
#- pip install -r requirements.txt
#- python trial_json.py
# an alternative approach is to install and run:
# - pip install dist/*
# run the command here
...
...
@@ -55,7 +57,7 @@ run:
# - dist/*.whl
#pages:
# tags:
# tags:
# - env:docker
# script:
# - pip install sphinx sphinx-rtd-theme
...
...
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