Skip to content
Snippets Groups Projects
Verified Commit 70f2772d authored by Martin Weise's avatar Martin Weise
Browse files

Hotfix release script

parent 1adc1ddc
Branches
No related tags found
2 merge requests!345Updated docs and endpoints:,!341Fixed mapping problem where UK and FK share columns they are inserted
...@@ -360,9 +360,10 @@ docs-registry: ...@@ -360,9 +360,10 @@ docs-registry:
refs: refs:
- /^release-.*/ - /^release-.*/
before_script: before_script:
- "pip install pipenv"
- "pipenv install --dev --system --deploy"
- "apt-get update && apt-get install -y sed" - "apt-get update && apt-get install -y sed"
script: script:
- pip install -r ./requirements.txt
- python3 .docs/docker/release.py - python3 .docs/docker/release.py
release-images: release-images:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment