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 385d07a commit d8d8be3Copy full SHA for d8d8be3
.github/workflows/pi_build.yml
@@ -130,7 +130,8 @@ jobs:
130
cd ${{ github.workspace }}/submodules/parent-images
131
ls -l
132
git log --oneline -5
133
- git fetch origin && git checkout ${{ github.event.pull_request.head.sha }}
+ 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
137
# # Download requirements from artifacts
0 commit comments