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

test

parent 58128ca6
Pipeline #4749 failed with stage
......@@ -9,7 +9,7 @@ steps:
image: prlab/drone_plugin
volumes:
- name: cache
path: /home/reports
path: /home/reports/
commands:
- echo $(python3 /plugin/main.py)
......@@ -19,7 +19,7 @@ steps:
image: appleboy/drone-scp
volumes:
- name: cache
path: /home/reports
path: /home/reports/
settings:
host:
from_secret: ssh_host
......@@ -29,9 +29,10 @@ steps:
from_secret: ssh_password
port : 22
target: ~/Downloads/drone_reports
source: /home/reports
source: /home/reports/
depends_on: ["security_scan"]
volumes:
- name: cache
host:
path: /home/reports
path: /home/reports/
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