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

Hotfix pipeline

parent d29c8a71
No related branches found
No related tags found
No related merge requests found
......@@ -587,9 +587,8 @@ release-libs:
variables:
PIPENV_PIPFILE: "./dbrepo-analyse-service/Pipfile"
script:
- apk add sed
- pip install pipenv
- apk add sed bash
- pip install pipenv twine build
- pipenv install gunicorn && pipenv install --dev --system --deploy
- pip install twine build
- ./lib/python/package.sh
- ./lib/python/release.sh
\ No newline at end of file
- bash ./lib/python/package.sh
- bash ./lib/python/release.sh
\ 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