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

Hotfix pipeline

parent d29c8a71
Branches
Tags
No related merge requests found
...@@ -587,9 +587,8 @@ release-libs: ...@@ -587,9 +587,8 @@ release-libs:
variables: variables:
PIPENV_PIPFILE: "./dbrepo-analyse-service/Pipfile" PIPENV_PIPFILE: "./dbrepo-analyse-service/Pipfile"
script: script:
- apk add sed - apk add sed bash
- pip install pipenv - pip install pipenv twine build
- pipenv install gunicorn && pipenv install --dev --system --deploy - pipenv install gunicorn && pipenv install --dev --system --deploy
- pip install twine build - bash ./lib/python/package.sh
- ./lib/python/package.sh - bash ./lib/python/release.sh
- ./lib/python/release.sh \ No newline at end of file
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment