Skip to content

Commit 19ea205

Browse files
committed
# ssh
1 parent f04e968 commit 19ea205

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
@@ -177,10 +177,10 @@ jobs:
177177
chmod 600 $PWD/qiita_ware/test/test_data/test_key*
178178
chmod 600 ~/.ssh/*
179179
chmod 700 ~/.ssh/
180-
echo "Connecting as $USER@localhost"
180+
# echo "Connecting as $USER@localhost"
181181
# this line (and the -o StrictHostKeyChecking=no) is so the server
182182
# is added to the list of known servers
183-
scp -vvvvv -O -o StrictHostKeyChecking=no -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
183+
# scp -vvvvv -O -o StrictHostKeyChecking=no -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
184184
185185
- name: Main tests
186186
shell: bash -l {0}

0 commit comments

Comments
 (0)