Skip to content

Commit

Permalink
action debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
danholdaway committed May 24, 2024
1 parent b66c34c commit 6906a1f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/run_jcb_basic_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,7 @@ jobs:
git clone --branch ${{ env.JCB_BRANCH_NAME }} --recursive $JCB_REPO jcb_repo
cd jcb_repo
python get_submod_path.py $JCB_APP_REPO > SUBMODPATH
SUBMODPATH=$(cat SUBMODPATH)
echo $SUBMODPATH
cd $SUBMODPATH
cd $(python get_submod_path.py $JCB_APP_REPO)
git checkout ${{ env.JCB_APP_BRANCH_NAME }}
- name: Install dependencies
Expand Down

0 comments on commit 6906a1f

Please sign in to comment.