File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,18 @@ jobs:
113
113
- name : Install dependencies
114
114
run : python -m pip install pip-tools
115
115
116
+ - name : Update submodules
117
+ run : |
118
+ echo "ls -l: $(pwd)"
119
+ ls -l
120
+ cat ${{ github.workspace }}/submodules/parent-images/requirements/${{ matrix.parent_image_type }}-requirements.txt
121
+ cd submodules
122
+ echo "ls -l: $(pwd)"
123
+ ls -l
124
+ cd parent-images
125
+ echo "ls -l: $(pwd)"
126
+ ls -l
127
+
116
128
- name : Compile Artifacts
117
129
run : |
118
130
cd submodules/parent-images
@@ -132,15 +144,6 @@ jobs:
132
144
# - name: Clone cicd-deployment-scripts
133
145
# run: git clone --branch parent-images https://github.com/code-kern-ai/cicd-deployment-scripts.git
134
146
135
- - name : Update submodules
136
- run : |
137
- echo "ls -l: $(pwd)"
138
- ls -l
139
- cat ${{ github.workspace }}/submodules/parent-images/requirements/${{ matrix.parent_image_type }}-requirements.txt
140
- cd ..
141
- echo "ls -l: $(pwd)"
142
- ls -l
143
-
144
147
- name : Set up Docker Buildx
145
148
uses : docker/setup-buildx-action@v3
146
149
with :
You can’t perform that action at this time.
0 commit comments