updated teamcity_buildtype_set_description_from_github.sh

pull/2/head
Hari Sekhon 4 years ago
parent 6ec640e56b
commit 69590e1348

@ -50,7 +50,7 @@ for id in $vcs_root_ids; do
shopt -s nocasematch
if [[ "$url" =~ ^https://github.com/ ]]; then
vcs_root_id="$id"
repo="${url#https://github.com/}"
repo="$(perl -pne 's|^https://github.com/||i' <<< "$url")"
fi
shopt -u nocasematch
done

Loading…
Cancel
Save