Skip to content

Commit

Permalink
Updat CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinswales committed Apr 1, 2024
1 parent c51b966 commit a52d085
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/run_ccpp_scm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a52d085

Please sign in to comment.