Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
carputilsGUI
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
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
openCARP
carputilsGUI
Commits
de194c18
Commit
de194c18
authored
4 years ago
by
Jochen Klar
Browse files
Options
Downloads
Patches
Plain Diff
Refactor to be used with openCARP-CI
parent
1bee0f98
Branches
Branches containing commit
No related tags found
1 merge request
!5
Refactor to be used with openCARP-CI
Pipeline
#1605
passed
4 years ago
Stage: build
Stage: test
Stage: release
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+8
-5
8 additions, 5 deletions
.gitlab-ci.yml
with
8 additions
and
5 deletions
.gitlab-ci.yml
+
8
−
5
View file @
de194c18
...
...
@@ -72,21 +72,24 @@ release-docker_image:
sync_contributors
:
stage
:
release
only
:
-
master
-
master
-
ci_test
variables
:
PIP_CACHE_DIR
:
"
$CI_PROJECT_DIR/.cache/pip"
PIPELINE
:
carputilsGUI
PIPELINE_SOURCE
:
.
GRAV_PATH
:
opencarp.org
cache
:
paths
:
-
.cache/pip
image
:
python:3.7
before_script
:
-
apt-get update
-
git config --global user.name "openCARP pipeline"
-
git config --global user.email opencarp-admins@lists.kit.edu
-
git clone https://opencarp-admin:${PRIVATE_TOKEN}@git.opencarp.org/infrastructure/pipelines.git
-
git clone https://opencarp-admin:${PRIVATE_TOKEN}@git.opencarp.org/infrastructure/opencarp.org.git
-
pip install
python-dotenv~=0.10 python-frontmatter~=0.4
-
pip install
git+https://git.opencarp.org/openCARP/openCARP-CI.git
script
:
-
python pipelines/scripts/sync_contributors_carputilsGUI.py
-
run_markdown_pipeline
after_script
:
-
cd opencarp.org && git add . && git commit -m '(opencarp-pipeline) Automatic Commit' && git push
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