Skip to content

Commit c75aeb4

Browse files
committed
remove checkout
1 parent 5de8992 commit c75aeb4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-openstack-capi-image.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ env:
2727
tag: ${{ inputs.tag }}
2828

2929

30-
defaults:
31-
run:
32-
working-directory: ./images/capi
30+
# defaults:
31+
# run:
32+
# working-directory: ./images/capi
3333

3434
jobs:
3535
build-image:
@@ -38,8 +38,8 @@ jobs:
3838
image: ghcr.io/elastisys/image-builder-amd64:Automate-production-of-CAPI-VM-images-ce6595cad6edd0486d3b0c0d436f637ca8214d5f
3939

4040
steps:
41-
- uses: actions/checkout@v5
42-
name: Checkout
41+
# - uses: actions/checkout@v5
42+
# name: Checkout
4343

4444

4545
# - name: Enable KVM

0 commit comments

Comments
 (0)