From 3a7e4cd2abd147ecf49c9338ba0a79ebedac09e5 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 11 Dec 2017 22:14:04 +0000 Subject: [PATCH] don't pull on detached head --- installer/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/install.sh b/installer/install.sh index 7f427e6..958a877 100644 --- a/installer/install.sh +++ b/installer/install.sh @@ -77,7 +77,7 @@ pushd $my_tmp/opt/$my_name/lib/node_modules/$my_name/packages/assets pushd oauth3.org git remote set-url origin ${OAUTH3_GIT_URL} git checkout $my_azp_oauth3_ver - git pull + #git pull popd mkdir -p jquery.com