Skip to content

Commit 264ea76

Browse files
authored
Merge pull request #31 from stephenfin/dump-localconf
Dump local.conf
2 parents f967477 + 6a7f8e4 commit 264ea76

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

action.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ runs:
6161
SERVICE_PASSWORD=secret
6262
SWIFT_HASH=1234123412341234
6363
LOGFILE=${{ inputs.log_dir }}/devstack.log
64-
USE_PYTHON3=True
6564
INSTALL_TEMPEST=False
6665
GIT_BASE=https://github.com
6766
EOF
@@ -81,6 +80,11 @@ runs:
8180
EOF_CONF_OVERRIDES
8281
working-directory: ./devstack
8382
shell: bash
83+
- name: Dump local.conf
84+
run: |
85+
cat local.conf
86+
working-directory: ./devstack
87+
shell: bash
8488
- name: Run devstack
8589
env:
8690
FORCE: ${{ inputs.force }}

0 commit comments

Comments
 (0)