We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c58f7 commit 9452c27Copy full SHA for 9452c27
.github/workflows/build-image-deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
OS_CLOUD: openstack
27
OS_CLIENT_CONFIG_FILE: ${{ github.workspace }}/clouds.yaml
28
EXTRA_VARS_FILE: .github/extra_vars/arcus.yml
29
- DEBUG_SSH_KEY_PATH: "~/.ssh/id_rsa_debug"
+ DEBUG_SSH_KEY_PATH: "${{ github.workspace }}/id_rsa"
30
steps:
31
- name: Checkout repository
32
uses: actions/checkout@v3
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Write debug SSH key
40
run: |
41
- mkdir -p $(dirname $DEBUG_SSH_KEY_PATH)
+ set -x
42
echo "${DEBUG_SSH_KEY}" > ${DEBUG_SSH_KEY_PATH}
43
chmod 0600 ${DEBUG_SSH_KEY_PATH}
44
env:
0 commit comments