ugh, typo in branch name

This commit is contained in:
2021-12-07 13:27:46 +01:00
parent 5e1df39deb
commit 6a1a308339

View File

@ -13,7 +13,7 @@ extract_client_definition:
- echo "CI_COMMIT_BRANCH:$CI_COMMIT_BRANCH"
- URL="/"
- if [ $CI_COMMIT_BRANCH = test_deployment_v* ]; then URL="https://test.webservices.krohne.com/"; fi
- if [ $CI_COMMIT_BRANCH = dev_deployment_v* ]; then URL="https://dev.webservices.krohne.com/"; fi
- if [ $CI_COMMIT_BRANCH = development_deployment_v* ]; then URL="https://dev.webservices.krohne.com/"; fi
- if [ $CI_COMMIT_BRANCH = production_deployment_v* ]; then URL="https://prod.webservices.krohne.com/"; fi
- echo "URL:$URL"
- cat ws.json | jq 'setpath(["servers", 0, "url"]; "'$URL'")' > ws.json-new