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
Branches
No related tags found
No related merge requests found
Pipeline #269341 failed
...@@ -11,7 +11,7 @@ before_script: ...@@ -11,7 +11,7 @@ before_script:
- python3 -V # Print out python version for debugging - python3 -V # Print out python version for debugging
- pip3 install build - pip3 install build
- python3 -m venv || apt-get -y install python3-venv - 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: stages:
- check - check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment