Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • bin/run-unit-tests.sh
    ... ... @@ -84,7 +84,7 @@ set -x
    84 84
     if [ -d ../$REPO ]; then
    
    85 85
         (cd ../$REPO || exit 1; git stash; git checkout $BRANCH; git pull --rebase)
    
    86 86
     else
    
    87
    -    (cd ..; git clone git@gitlab.common-lisp.net:cmucl/$REPO.git)
    
    87
    +    (cd ..; git clone https://gitlab.common-lisp.net/cmucl/$REPO.git)
    
    88 88
     fi
    
    89 89
     
    
    90 90
     LISP=$PWD/$LISP