Skip to content
Snippets Groups Projects
Commit 2817a3ac authored by Janis Streib's avatar Janis Streib :owl:
Browse files

FIXUP for bookworm

parent 76af0548
No related branches found
No related tags found
No related merge requests found
Pipeline #268859 failed
......@@ -20,9 +20,8 @@ before_script:
- apt-get -y update
- command -v git || apt-get -y install git
- command -v python3 || apt-get -y install python3
- command -v pip3 || apt-get -y install python3-pip twine
- command -v pip3 || apt-get -y install python3-pip twine python3-build
- python3 -V # Print out python version for debugging
- pip3 install build
- python3 -m venv || apt-get -y install python3-venv
- if [[ "$CI_COMMIT_BRANCH" != "main" ]]; then sed -i "s%git+https://git.scc.kit.edu/scc-net/net-suite/api-generator.git@master%git+https://git.scc.kit.edu/scc-net/net-suite/api-generator.git@${CI_COMMIT_BRANCH}%g" pyproject.toml; fi
- if [[ "$CI_COMMIT_BRANCH" == "devel" ]]; then export NETDB_ENDPOINT=${NETDB_DEVEL_ENDPOINT}; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment