File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -176,10 +176,11 @@ jobs:
176176 chmod 600 $PWD/qiita_ware/test/test_data/test_key*
177177 chmod 600 ~/.ssh/*
178178 chmod 700 ~/.ssh/
179+
179180 echo "Connecting as $USER@localhost"
180181 # this line (and the -o StrictHostKeyChecking=no) is so the server
181182 # is added to the list of known servers
182- scp -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 -vvvvvvv - 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
183184
184185 - name : Main tests
185186 shell : bash -l {0}
You can’t perform that action at this time.
0 commit comments