From 0a6d72184939c696941d28423af7a8a72dba814a Mon Sep 17 00:00:00 2001 From: Rahul Mahajan Date: Mon, 23 Oct 2023 18:59:49 -0400 Subject: [PATCH] enable -u to checkout GDASapp in CI --- ci/scripts/clone-build_ci.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/scripts/clone-build_ci.sh b/ci/scripts/clone-build_ci.sh index 796e4b7014..215f2427a7 100755 --- a/ci/scripts/clone-build_ci.sh +++ b/ci/scripts/clone-build_ci.sh @@ -78,8 +78,7 @@ echo "${commit}" > "../commit" # run checkout script cd sorc || exit 1 set +e -# TODO enable -u later when GDASApp tests are added -./checkout.sh -c -g >> log.checkout 2>&1 +./checkout.sh -c -g -u >> log.checkout 2>&1 checkout_status=$? if [[ ${checkout_status} != 0 ]]; then {