We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b153c7d commit 8058f15Copy full SHA for 8058f15
.github/workflows/ci.yaml
@@ -51,12 +51,12 @@ jobs:
51
${{ steps.split.outputs._0 }}-${{ steps.split.outputs._1 }}
52
53
- 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
+ # echo $PWD
+ # id
+ # ls -lah
+ # ls -lah /home/runner
+ # ls -lah /home/runner/.cache
+ # ls -lah /home/runner/.cache/image-create
60
uv run disk-image-create -o "${IMAGE_NAME}.qcow2" vm block-device-efi ${{ steps.split.outputs._0 }} kubernetes
61
env:
62
ELEMENTS_PATH: ${{ github.workspace }}/elements
0 commit comments