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 34ac38f commit c51b966
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/run_ccpp_scm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
#######################################################################################
- name: Checkout current framework code (into /home/runner/work/ccpp-framework/)
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Store remote-URL for current ccpp-framework code
run: echo "GIT_REMOTE_URL=`git remote get-url origin`" >> $GITHUB_ENV
Expand All @@ -49,14 +51,10 @@ jobs:
- name: Grab CCPP SCM code
run: |
git clone --recursive https://github.com/NCAR/ccpp-scm.git
pwd
ls
- name: Update ccpp-framework hash in ccpp-scm
run: |
ls ${SCM_ROOT}
cd ${SCM_ROOT}/ccpp/framework
ls ${SCM_ROOT}
echo $GIT_REMOTE_URL
echo $GIT_REMOTE_BRANCH
echo ${{github.repository}}
Expand Down

0 comments on commit c51b966

Please sign in to comment.