Skip to content

Commit d8d8be3

Browse files
committed
test: checkout submodules
1 parent 385d07a commit d8d8be3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pi_build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ jobs:
130130
cd ${{ github.workspace }}/submodules/parent-images
131131
ls -l
132132
git log --oneline -5
133-
git fetch origin && git checkout ${{ github.event.pull_request.head.sha }}
133+
git config --list --show-origin
134+
git fetch && git checkout ${{ github.event.pull_request.head.sha }}
134135
pip-compile submodules/parent-images/requirements/${{ matrix.parent_image_type }}-requirements.in
135136
136137
# # Download requirements from artifacts

0 commit comments

Comments
 (0)