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

UPD: don't build hub-cli on deploy

parent 681a2621
No related branches found
No related tags found
No related merge requests found
Pipeline #269341 failed
......@@ -11,7 +11,7 @@ before_script:
- 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 pip3 install git+https://git.scc.kit.edu/scc-net/netvs/netvs_hub_cli.git@main#egg=netvs_hub_cli; else pip3 install git+https://git.scc.kit.edu/scc-net/netvs/netvs_hub_cli.git@devel#egg=netvs_hub_cli; fi
- if [ $CI_COMMIT_BRANCH == "main" && $CI_JOB_STAGE != "deploy" ]; then pip3 install git+https://git.scc.kit.edu/scc-net/netvs/netvs_hub_cli.git@main#egg=netvs_hub_cli; else pip3 install git+https://git.scc.kit.edu/scc-net/netvs/netvs_hub_cli.git@devel#egg=netvs_hub_cli; fi
stages:
- check
......
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