Skip to content

Commit 8a30d52

Browse files
committed
debugging while creating Docker image; switching Windows CI shell to bash
1 parent e7aba2b commit 8a30d52

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/scripts/run-container-test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ def create_docker_image(opts, oci_exe, base_image_name, packages):
120120
])
121121
shell(cmd)
122122

123+
print f"Created Docker image {image_name}. Listing hosted images to be certain:"
124+
shell("docker image ls --all")
125+
123126
return image_name
124127

125128

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
- name: Setup build environment
140140
uses: ./.github/actions/setup-build
141141
- name: Configure Docker Images
142-
shell: powershell
142+
shell: bash
143143
run: |
144144
echo "Building Docker images"
145145
./docker-images/build-all.sh

0 commit comments

Comments
 (0)