File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -152,8 +152,8 @@ jobs:
152
152
# Normally installed during host configure.
153
153
- name : Install Docker Python SDK
154
154
run : |
155
- sudo pip install docker 'requests<2.32.0'
156
-
155
+ sudo pip install docker
156
+
157
157
- name : Get Kolla tag
158
158
id : write-kolla-tag
159
159
run : echo "kolla-tag=${{ needs.generate-tag.outputs.openstack_release }}-${{ matrix.distro }}-${{ matrix.distro == 'rocky' && '9' || 'jammy' }}-${{ needs.generate-tag.outputs.datetime_tag }}" >> $GITHUB_OUTPUT
@@ -181,6 +181,13 @@ jobs:
181
181
- name : Create build logs output directory
182
182
run : mkdir image-build-logs
183
183
184
+ - name : Print environment
185
+ run : |
186
+ echo $(cat /etc/os-release) \
187
+ ; echo $(uname -a) \
188
+ ; echo $(docker --version)
189
+
190
+
184
191
- name : Build kolla overcloud images
185
192
id : build_overcloud_images
186
193
continue-on-error : true
You can’t perform that action at this time.
0 commit comments