Skip to content
Snippets Groups Projects
Commit 03d7a6c1 authored by Axel Loewe's avatar Axel Loewe
Browse files

Merge branch 'ci_test' into 'master'

Refactor to be used with openCARP-CI

See merge request !5
parents 3fb34fb0 08eadbd3
Branches
No related tags found
1 merge request!5Refactor to be used with openCARP-CI
Pipeline #1673 passed
......@@ -72,21 +72,23 @@ release-docker_image:
sync_contributors:
stage: release
only:
- master
- master
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