Skip to content

Commit 385d07a

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pi_build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ jobs:
128128
- name: Compile Artifacts
129129
run: |
130130
cd ${{ github.workspace }}/submodules/parent-images
131-
git fetch origin && git checkout ${{ github.event.pull_request.head.ref }}
131+
ls -l
132+
git log --oneline -5
133+
git fetch origin && git checkout ${{ github.event.pull_request.head.sha }}
132134
pip-compile submodules/parent-images/requirements/${{ matrix.parent_image_type }}-requirements.in
133135
134136
# # Download requirements from artifacts

0 commit comments

Comments
 (0)