From b491c87dc13104f32405197deef790db11d23852 Mon Sep 17 00:00:00 2001 From: GotthardG <51994228+GotthardG@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:40:47 +0100 Subject: [PATCH] fixing bugs with ci pipeline --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ad8af5..33948f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,6 +62,7 @@ release: TWINE_USERNAME: gitlab-ci-token # Keep username same TWINE_PASSWORD: $CI_JOB_TOKEN # Use PAT stored in GitLab CI/CD Variables script: + - bash make_openapi_client.sh - cd backend/python-client # Navigate to the folder where the package was generated - python3 -m venv .venv - source .venv/bin/activate -- GitLab