Skip to content

Commit c8ebc0b

Browse files
committed
debug
1 parent e565b22 commit c8ebc0b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/actions/e2e-cmx-setup/action.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,11 @@ runs:
2222
mkdir -p ~/.ssh
2323
ssh-keygen -t rsa -b 4096 -C "deploy@replicated.com" -f ~/.ssh/id_rsa -N ""
2424
chmod 600 ~/.ssh/id_rsa
25+
- name: debug
26+
shell: bash
27+
run: |
28+
echo "--- ash debug step ---"
29+
which ssh
30+
which scp
31+
echo $PATH
32+
echo "----------------------"

0 commit comments

Comments
 (0)