From cb3bff4e8c3b6720da4e2d08d95731e356b0629b Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Wed, 10 Apr 2024 12:12:21 +0200 Subject: [PATCH] Hotfix pipeline --- .gitlab-ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 647d508a1d..ffeed15486 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab