Skip to content

Commit d7d409b

Browse files
committed
ci: debug2
1 parent 4e393f6 commit d7d409b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/main.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,22 @@ jobs:
3434
- name: Depoly
3535
run: |
3636
# debug
37+
# ====================================================
3738
ssh -T [email protected] -vvv
3839
40+
echo "debug1"
41+
pwd
42+
whoami
43+
echo $HOME
44+
45+
echo "debug2"
46+
cd ~ && pwd
47+
48+
echo "debug2"
49+
md5sum ~/.ssh/id_rsa
50+
# ====================================================
51+
52+
3953
REVISION_ID=$(git rev-parse HEAD | cut -c 1-8)
4054
git config --global user.email "[email protected]"
4155
git config --global user.name "richellin"

0 commit comments

Comments
 (0)