From 2b2e99fad4184e0d535121f4fae907e900321227 Mon Sep 17 00:00:00 2001 From: JONG KIM Date: Tue, 19 Mar 2024 08:39:55 -0400 Subject: [PATCH] Update repo_check.sh: turn off upp check --- tests/ci/repo_check.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/ci/repo_check.sh b/tests/ci/repo_check.sh index fe42ac0403..e8a10e09a4 100755 --- a/tests/ci/repo_check.sh +++ b/tests/ci/repo_check.sh @@ -13,8 +13,8 @@ result() { } # Declare variables -declare -A base fv3 mom6 cice ww3 stoch gocart cmeps cdeps hycom cmake ccpp-framework ccpp-physics upp atmos_cubed_sphere -submodules="fv3 mom6 cice ww3 stoch gocart cmeps cdeps hycom cmake ccpp-framework ccpp-physics upp atmos_cubed_sphere" +declare -A base fv3 mom6 cice ww3 stoch gocart cmeps cdeps hycom cmake ccpp-framework ccpp-physics atmos_cubed_sphere +submodules="fv3 mom6 cice ww3 stoch gocart cmeps cdeps hycom cmake ccpp-framework ccpp-physics atmos_cubed_sphere" comment='' ownerID=$1 @@ -71,9 +71,9 @@ ccpp-physics[repo]='https://github.com/ufs-community/ccpp-physics' ccpp-physics[branch]='ufs/dev' ccpp-physics[dir]='ccpp/physics' -upp[repo]='https://github.com/NOAA-EMC/UPP' -upp[branch]='develop' -upp[dir]='upp' +#upp[repo]='https://github.com/NOAA-EMC/UPP' +#upp[branch]='develop' +#upp[dir]='upp' atmos_cubed_sphere[repo]='https://github.com/NOAA-GFDL/GFDL_atmos_cubed_sphere' atmos_cubed_sphere[branch]='main'