File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ jobs:
179
179
echo "Connecting as $USER@localhost"
180
180
# this line (and the -o StrictHostKeyChecking=no) is so the server
181
181
# is added to the list of known servers
182
- scp -O -o StrictHostKeyChecking=no -o UserKnownHostsFile=~/.ssh/known_hosts -tt - 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 -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
183
183
184
184
- name : Main tests
185
185
shell : bash -l {0}
You can’t perform that action at this time.
0 commit comments