Skip to content

Commit 199777f

Browse files
author
scrungus
committed
dbug
1 parent fde1aa6 commit 199777f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/stackhpc-capi-all-in-one.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,13 @@ jobs:
224224
source: mgmt_deploy.tar
225225
target: /tmp/
226226

227-
- name: Setup upterm session
228-
uses: lhotari/action-upterm@v1
227+
- name: cat ssh key
228+
run: echo $KAYOBE_AUTOMATION_SSH_PRIVATE_KEY
229+
env:
230+
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
231+
232+
- name: sleep
233+
run: sleep 20m
229234

230235
- name: Install management cluster
231236
run: |

0 commit comments

Comments
 (0)