Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 111cda0

Browse files
committedMay 16, 2025·
127.0.0.1
1 parent d4a22d6 commit 111cda0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/qiita-ci.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@ jobs:
176176
chmod 600 $PWD/qiita_ware/test/test_data/test_key*
177177
chmod 600 ~/.ssh/*
178178
chmod 700 ~/.ssh/
179-
echo "Connecting as $USER@localhost"
179+
echo "Connecting as $USER@127.0.0.1"
180180
# this line (and the -o StrictHostKeyChecking=no) is so the server
181181
# is added to the list of known servers
182-
scp -O -o StrictHostKeyChecking=no -o UserKnownHostsFile=~/.ssh/known_hosts -i $PWD/qiita_ware/test/test_data/test_key $USER@localhost:/home/runner/work/qiita/qiita/qiita_ware/test/test_data/random_key /home/runner/work/qiita/qiita/qiita_ware/test/test_data/random_key_copy_1
182+
scp -vvvvv -O -o StrictHostKeyChecking=no -o UserKnownHostsFile=~/.ssh/known_hosts -i $PWD/qiita_ware/test/test_data/test_key $USER@127.0.0.1:/home/runner/work/qiita/qiita/qiita_ware/test/test_data/random_key /home/runner/work/qiita/qiita/qiita_ware/test/test_data/random_key_copy_1
183183
184184
- name: Main tests
185185
shell: bash -l {0}

0 commit comments

Comments
 (0)
Please sign in to comment.