Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Demonstrating Data to Knowledge Pipelines
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Leon Michel Gorißen
Demonstrating Data to Knowledge Pipelines
Commits
5ddb43da
Commit
5ddb43da
authored
6 months ago
by
Leon Michel Gorißen
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file
parent
c0c10b68
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-32
0 additions, 32 deletions
.gitlab-ci.yml
with
0 additions
and
32 deletions
.gitlab-ci.yml
+
0
−
32
View file @
5ddb43da
image
:
sphinxdoc/sphinx:latest
image
:
sphinxdoc/sphinx:latest
stages
:
stages
:
-
lint
-
todo_check
-
pages
-
pages
lint
:
stage
:
lint
image
:
python:3.10
before_script
:
-
pip install black isort ruff
script
:
-
ruff check . --fix
-
ruff format .
rules
:
-
if
:
$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
todo_check
:
stage
:
todo_check
image
:
python:3.10
before_script
:
-
apt-get update
-
apt-get install -y git
script
:
-
rm -f TODOs
-
git ls-files | xargs grep -H -n -E 'TODO|FIXME' --exclude='TODOs' --exclude='.gitlab-ci.yml' > TODOs
-
git config --global user.email "$GITLAB_USER_EMAIL"
-
git config --global user.name "$GITLAB_USER_NAME"
-
git add TODOs
-
git commit -m "Update TODOs [ci skip]"
-
-
git push https://CI_JOB_TOKEN:${CI_JOB_TOKEN}@git-ce.rwth-aachen.de/iop/workstreams/ws.a3/franka_wwl_demonstrator.git HEAD:$CI_COMMIT_REF_NAME
rules
:
-
if
:
$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
-
if
:
'
$CI_COMMIT_MESSAGE
!~
/\[ci
skip\]/'
pages
:
pages
:
stage
:
pages
stage
:
pages
script
:
script
:
...
...
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