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