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 818f996 commit 385d07aCopy full SHA for 385d07a
.github/workflows/pi_build.yml
@@ -128,7 +128,9 @@ jobs:
128
- name: Compile Artifacts
129
run: |
130
cd ${{ github.workspace }}/submodules/parent-images
131
- git fetch origin && git checkout ${{ github.event.pull_request.head.ref }}
+ ls -l
132
+ git log --oneline -5
133
+ git fetch origin && git checkout ${{ github.event.pull_request.head.sha }}
134
pip-compile submodules/parent-images/requirements/${{ matrix.parent_image_type }}-requirements.in
135
136
# # Download requirements from artifacts
0 commit comments