Alexander Sosedkin commented on a discussion on devel/check_if_signed: https://gitlab.com/gnutls/gnutls/-/merge_requests/2039#note_2895667354 > 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 the primary idea was to add a missing space; I can stick to single bracket test if that's preferred -- Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/2039#note_2895667354 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
