Skip to content
Snippets Groups Projects
Commit de194c18 authored by Jochen Klar's avatar Jochen Klar
Browse files

Refactor to be used with openCARP-CI

parent 1bee0f98
Branches
No related tags found
1 merge request!5Refactor to be used with openCARP-CI
Pipeline #1605 passed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment