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

FIX: change endpoint to devel if on devel

parent 688870b0
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ before_script:
- pip3 install build
- python3 -m venv || apt-get -y install python3-venv
- if [[ "$CI_COMMIT_BRANCH" != "master" ]]; 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
stages:
......
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