File tree Expand file tree Collapse file tree 1 file changed +13
-15
lines changed Expand file tree Collapse file tree 1 file changed +13
-15
lines changed Original file line number Diff line number Diff line change @@ -114,25 +114,23 @@ jobs:
114
114
- name : Install dependencies
115
115
run : python -m pip install pip-tools
116
116
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
128
128
129
129
- name : Compile Artifacts
130
130
run : |
131
131
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
136
134
137
135
# # Download requirements from artifacts
138
136
# - name: Download ${{ matrix.parent_image_type }}-requirements
You can’t perform that action at this time.
0 commit comments