Commit ddf09edd authored by Wen Wei Li's avatar Wen Wei Li

fix bug

parent 3dfa94aa
Pipeline #4714 failed with stage
...@@ -12,7 +12,7 @@ steps: ...@@ -12,7 +12,7 @@ steps:
- python3 /usr/local/src/scan --src ./ -o /drone/reports - python3 /usr/local/src/scan --src ./ -o /drone/reports
- echo $ssh_key > ./key - echo $ssh_key > ./key
- chmod 600 ./key - chmod 600 ./key
- scp -i ./key -r /drone/reports $USERNAME@HOST:~/drone_reports/ - scp -i ./key -r /drone/reports $USERNAME@$HOST:~/drone_reports/
settings: settings:
host: host:
- 192.168.0.22 - 192.168.0.22
......
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