Skip to content

Commit eecac7f

Browse files
committed
Dump local.conf
This is helpful if you are attempting to reproduce builds locally. Given we use well-known usernames and passwords, this should not expose anything secret. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
1 parent f967477 commit eecac7f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ runs:
8181
EOF_CONF_OVERRIDES
8282
working-directory: ./devstack
8383
shell: bash
84+
- name: Dump local.conf
85+
run: |
86+
cat local.conf
87+
working-directory: ./devstack
88+
shell: bash
8489
- name: Run devstack
8590
env:
8691
FORCE: ${{ inputs.force }}

0 commit comments

Comments
 (0)