Skip to content

Commit 6f3a1c1

Browse files
committed
test: checkout submodules
1 parent 6d0ad74 commit 6f3a1c1

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

.github/workflows/pi_build.yml

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -114,25 +114,23 @@ jobs:
114114
- name: Install dependencies
115115
run: python -m pip install pip-tools
116116

117-
- name: Update submodules
118-
run: |
119-
echo "ls -l: $(pwd)"
120-
ls -l
121-
# cat ${{ github.workspace }}/submodules/parent-images/requirements/${{ matrix.parent_image_type }}-requirements.txt
122-
cd submodules
123-
echo "ls -l: $(pwd)"
124-
ls -l
125-
cd parent-images
126-
echo "ls -l: $(pwd)"
127-
ls -l
117+
# - name: Update submodules
118+
# run: |
119+
# echo "ls -l: $(pwd)"
120+
# ls -l
121+
# # cat ${{ github.workspace }}/submodules/parent-images/requirements/${{ matrix.parent_image_type }}-requirements.txt
122+
# cd submodules
123+
# echo "ls -l: $(pwd)"
124+
# ls -l
125+
# cd parent-images
126+
# echo "ls -l: $(pwd)"
127+
# ls -l
128128

129129
- name: Compile Artifacts
130130
run: |
131131
cd ${{ github.workspace }}/submodules/parent-images
132-
ls -l
133-
git log --oneline -5
134-
git fetch && git checkout ${{ github.event.pull_request.head.sha }}
135-
pip-compile submodules/parent-images/requirements/${{ matrix.parent_image_type }}-requirements.in
132+
git checkout ${{ github.event.pull_request.head.sha }}
133+
pip-compile requirements/${{ matrix.parent_image_type }}-requirements.in
136134
137135
# # Download requirements from artifacts
138136
# - name: Download ${{ matrix.parent_image_type }}-requirements

0 commit comments

Comments
 (0)