Skip to content

Commit 8058f15

Browse files
committed
Test6
1 parent b153c7d commit 8058f15

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ jobs:
5151
${{ steps.split.outputs._0 }}-${{ steps.split.outputs._1 }}
5252
5353
- run: |
54-
echo $PWD
55-
id
56-
ls -lah
57-
ls -lah /home/runner
58-
ls -lah /home/runner/.cache
59-
ls -lah /home/runner/.cache/image-create
54+
# echo $PWD
55+
# id
56+
# ls -lah
57+
# ls -lah /home/runner
58+
# ls -lah /home/runner/.cache
59+
# ls -lah /home/runner/.cache/image-create
6060
uv run disk-image-create -o "${IMAGE_NAME}.qcow2" vm block-device-efi ${{ steps.split.outputs._0 }} kubernetes
6161
env:
6262
ELEMENTS_PATH: ${{ github.workspace }}/elements

0 commit comments

Comments
 (0)