From af34c32c5d9979a2995e39e9010620fc0ca0afd0 Mon Sep 17 00:00:00 2001 From: Grant Firl Date: Tue, 12 Mar 2024 13:16:26 -0400 Subject: [PATCH] point .gitmodules back to my branch for CI testing --- .gitmodules | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index dc0798c32..411885554 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,8 +4,10 @@ branch = main [submodule "ccpp-physics"] path = ccpp/physics - url = https://github.com/NCAR/ccpp-physics - branch = main + url = https://github.com/grantfirl/ccpp-physics + branch = ufs-dev-PR153 + #url = https://github.com/NCAR/ccpp-physics + #branch = main [submodule "CMakeModules"] path = CMakeModules url = https://github.com/noaa-emc/CMakeModules