Daiki Ueno started a new discussion on devel/check_if_signed: https://gitlab.com/gnutls/gnutls/-/merge_requests/2039#note_2894366909 > git remote add gitlab-gnutls-upstream-git-tree > https://gitlab.com/gnutls/gnutls.git > git fetch -q gitlab-gnutls-upstream-git-tree master > > -if [ -z "$CI_MERGE_REQUEST_TARGET_BRANCH_NAME"]; then > +if [[ -z "$CI_MERGE_REQUEST_TARGET_BRANCH_NAME" ]]; then Could you explain why this change is needed? While this script has a bash shebang, I'd try to avoid any unnecessary bashism. -- Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/2039#note_2894366909 You're receiving this email because of your account on gitlab.com.
_______________________________________________ Gnutls-devel mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnutls-devel
