jenkins.sh: Fix printed URL of osmo-ci git repository

Change-Id: I043c2c613a3b204403f3b0fb41cab9f41bfc77fe
This commit is contained in:
Harald Welte 2022-11-06 10:31:34 +01:00
parent b9c7fd8f79
commit 81e622768d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
#
if ! [ -x "$(command -v osmo-build-dep.sh)" ]; then
echo "Error: We need to have scripts/osmo-deps.sh from http://git.osmocom.org/osmo-ci/ in PATH !"
echo "Error: We need to have scripts/osmo-deps.sh from https://gitea.osmocom.org/osmocom/osmo-ci in PATH !"
exit 2
fi