Commit 62ee4656 authored by Wen Wei Li's avatar Wen Wei Li

change space to newline

parent 46d8c295
Pipeline #4727 failed with stage
......@@ -12,12 +12,9 @@ steps:
- python3 /usr/local/src/scan --src ./ -o /drone/reports
- mkdir ~/.ssh
- chmod 700 ~/.ssh
- echo $KEY
- echo $KEY > ~/.ssh/id_rsa
- cat ~/.ssh/id_rsa
- sed 's/ /\n/g' ~/.ssh/id_rsa
- chmod 600 ~/.ssh/id_rsa
- echo $USERNAME
- echo $HOST
- scp -r /drone/reports $USERNAME@$HOST:~/drone_reports/
settings:
host:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment