From a52d0856ec325135a2dfc9dfdfc3ac1d91926ccd Mon Sep 17 00:00:00 2001 From: Dustin Swales Date: Mon, 1 Apr 2024 16:56:34 +0000 Subject: [PATCH] Updat CI --- .github/workflows/run_ccpp_scm.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/run_ccpp_scm.yaml b/.github/workflows/run_ccpp_scm.yaml index 59cc3783..3dbbdfd1 100644 --- a/.github/workflows/run_ccpp_scm.yaml +++ b/.github/workflows/run_ccpp_scm.yaml @@ -45,13 +45,15 @@ jobs: - name: Store hash for HEAD of current ccpp-framework code run: echo "GIT_REMOTE_HASH=`git rev-parse HEAD`" >> $GITHUB_ENV - - name: Initialize submodules - run: git submodule update --init --recursive - - - name: Grab CCPP SCM code + - name: Checkout latest CCPP SCM code. run: | git clone --recursive https://github.com/NCAR/ccpp-scm.git + - name: Initialize submodules + run: | + cd ${SCM_ROOT} + git submodule update --init --recursive + - name: Update ccpp-framework hash in ccpp-scm run: | cd ${SCM_ROOT}/ccpp/framework