[Git][cmucl/cmucl][master] Use https instead of git to clone trivial-pln

Raymond Toy pushed to branch master at cmucl / cmucl Commits: fbe08b91 by Raymond Toy at 2025-07-02T08:13:00-07:00 Use https instead of git to clone trivial-pln - - - - - 1 changed file: - bin/run-unit-tests.sh Changes: ===================================== bin/run-unit-tests.sh ===================================== @@ -84,7 +84,7 @@ set -x if [ -d ../$REPO ]; then (cd ../$REPO || exit 1; git stash; git checkout $BRANCH; git pull --rebase) else - (cd ..; git clone git@gitlab.common-lisp.net:cmucl/$REPO.git) + (cd ..; git clone https://gitlab.common-lisp.net/cmucl/$REPO.git) fi LISP=$PWD/$LISP View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/fbe08b9122ecf3e1efa01ffd... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/fbe08b9122ecf3e1efa01ffd... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)