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 818b7f3 commit 3c83f63
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/run_ccpp_scm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,21 +58,16 @@ jobs:
- name: Update ccpp-framework hash in ccpp-scm
run: |
cd ${SCM_ROOT}/ccpp/framework
echo "Slug URL variables"
echo " - ${{ env.GITHUB_REF_SLUG_URL }}"
echo " - ${{ env.GITHUB_HEAD_REF_SLUG_URL }}"
echo " - ${{ env.GITHUB_BASE_REF_SLUG_URL }}"
echo " - ${{ env.GITHUB_REPOSITORY_SLUG_URL }}"
echo " - "
echo ${{ github.repositoryUrl }}
echo ${{ github.head_ref }}
echo $GIT_REMOTE_URL
echo $GIT_REMOTE_BRANCH
echo ${{github.repository}}
echo ${{ github.event.pull_request.head.sha }}
echo $GITHUB_SHA
git remote add remote_local $GIT_REMOTE_URL
git fetch remote_local $GIT_REMOTE_BRANCH
git checkout remote_local/$GIT_REMOTE_BRANCH
git remote add remote_local ${{ github.repositoryUrl }}
git fetch remote_local ${{ github.head_ref }}
git checkout remote_local/${{ github.head_ref }}
#######################################################################################
# Python setup
Expand Down

0 comments on commit 3c83f63

Please sign in to comment.