contrib/release: print better URL for gitlab-ci pipelines

This commit is contained in:
Thomas Haller 2021-06-30 17:32:39 +02:00
parent 668c90dbb8
commit 62141eb938
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -377,7 +377,7 @@ fi
if [ $CHECK_GITLAB = 1 ]; then
if ! check_gitlab_pipeline "$CUR_BRANCH" "$CUR_HEAD" ; then
echo "Check the pipelines for branch \"$CUR_BRANCH\" at https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/pipelines/"
echo "Check the pipelines for branch \"$CUR_BRANCH\" at https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/pipelines?ref=$CUR_BRANCH"
die "It seems not all gitlab-ci jobs were running/succeeding. Skip this check with --no-check-gitlab"
fi
fi