Skip to content

Commit 06ded7a

Browse files
authored
Update build-ami.yml
1 parent 395efed commit 06ded7a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build-ami.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
ref: packer_ansible
2828
path: packer_ansible
2929

30+
- name: Debug directory contents
31+
run: |
32+
ls -lR packer_ansible
33+
3034
- name: Set up Python
3135
uses: actions/setup-python@v2
3236
with:
@@ -62,9 +66,6 @@ jobs:
6266
name: packer-output
6367
path: packer_output.txt
6468

65-
- name: Debug directory contents
66-
run: |
67-
ls -lR packer_ansible
68-
69+
6970
- name: Checkout main branch
7071
run: git checkout main

0 commit comments

Comments
 (0)