We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d8be3 commit 0e8eab9Copy full SHA for 0e8eab9
.github/workflows/pi_build.yml
@@ -103,7 +103,7 @@ jobs:
103
uses: actions/checkout@v4
104
with:
105
repository: '${{ github.repository_owner }}/refinery-${{ matrix.parent_image_type }}-parent-image'
106
- submodules: 'true'
+ submodules: 'recursive'
107
108
- name: Set up Python
109
uses: actions/setup-python@v5
@@ -130,7 +130,6 @@ jobs:
130
cd ${{ github.workspace }}/submodules/parent-images
131
ls -l
132
git log --oneline -5
133
- git config --list --show-origin
134
git fetch && git checkout ${{ github.event.pull_request.head.sha }}
135
pip-compile submodules/parent-images/requirements/${{ matrix.parent_image_type }}-requirements.in
136
0 commit comments