From e1589c0ae11faef19607b57e74b7f1241b87d452 Mon Sep 17 00:00:00 2001 From: lkmorlan <lkmorlan@uwaterloo.ca> Date: Tue, 27 Apr 2021 12:45:11 -0400 Subject: [PATCH] Use gesso from git.uwaterloo.ca --- build_gesso.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build_gesso.sh b/build_gesso.sh index 7ce24e06..d423348a 100755 --- a/build_gesso.sh +++ b/build_gesso.sh @@ -1,10 +1,6 @@ build_option=${1:-1} gesso_version="8.x-3.2" -git clone "https://github.com/forumone/gesso" "gesso" -cd gesso -git checkout $gesso_version - -cd .. +git clone --branch $gesso_version https://git.uwaterloo.ca/drupal-org/gesso.git if [ -f "gulpfile.js" ]; then cp gulpfile.js gesso -- GitLab