Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LSTM-based_inverse_dynamics_learning_for_franka_emika_panda
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan-Niklas Schneider
LSTM-based_inverse_dynamics_learning_for_franka_emika_panda
Commits
9f618971
Commit
9f618971
authored
1 year ago
by
Leon Michel Gorißen
Browse files
Options
Downloads
Patches
Plain Diff
docs: update pipeline
parent
71611b1c
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
+23
-23
23 additions, 23 deletions
.gitlab-ci.yml
with
23 additions
and
23 deletions
.gitlab-ci.yml
+
23
−
23
View file @
9f618971
image
:
sphinxdoc/sphinx:latest
image
:
sphinxdoc/sphinx:latest
variables
:
#
variables:
GITLAB_ACCESS_TOKEN
:
glpat-hrq9xd8ghm7URq93rmez
#
GITLAB_ACCESS_TOKEN: glpat-hrq9xd8ghm7URq93rmez
stages
:
stages
:
-
unspam
#
- unspam
-
test
#
- test
-
deploy
-
deploy
test
:
#
test:
stage
:
test
#
stage: test
script
:
#
script:
-
pip install pydata-sphinx-theme
#
- pip install pydata-sphinx-theme
-
python -m sphinx -b html docs/ public
#
- python -m sphinx -b html docs/ public
rules
:
#
rules:
-
if
:
$CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
#
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
pages
:
pages
:
stage
:
deploy
stage
:
deploy
...
@@ -27,15 +27,15 @@ pages:
...
@@ -27,15 +27,15 @@ pages:
rules
:
rules
:
-
if
:
$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
-
if
:
$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
on_push
:
#
on_push:
stage
:
unspam
#
stage: unspam
script
:
#
script:
-
pip install python-gitlab
#
- pip install python-gitlab
-
python3 unspam.py
#
- python3 unspam.py
artifacts
:
#
artifacts:
when
:
always
#
when: always
paths
:
#
paths:
-
backup
#
- backup
expire_in
:
4 weeks
#
expire_in: 4 weeks
rules
:
#
rules:
-
if
:
$CI_PIPELINE_SOURCE == 'push' && $CI_COMMIT_REF_PROTECTED == 'true'
#
- if: $CI_PIPELINE_SOURCE == 'push' && $CI_COMMIT_REF_PROTECTED == 'true'
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