Skip to content

Commit 0e8eab9

Browse files
committed
test: checkout submodules
1 parent d8d8be3 commit 0e8eab9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pi_build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
uses: actions/checkout@v4
104104
with:
105105
repository: '${{ github.repository_owner }}/refinery-${{ matrix.parent_image_type }}-parent-image'
106-
submodules: 'true'
106+
submodules: 'recursive'
107107

108108
- name: Set up Python
109109
uses: actions/setup-python@v5
@@ -130,7 +130,6 @@ jobs:
130130
cd ${{ github.workspace }}/submodules/parent-images
131131
ls -l
132132
git log --oneline -5
133-
git config --list --show-origin
134133
git fetch && git checkout ${{ github.event.pull_request.head.sha }}
135134
pip-compile submodules/parent-images/requirements/${{ matrix.parent_image_type }}-requirements.in
136135

0 commit comments

Comments
 (0)