Commit 4e58f305 authored by Wen Wei Li's avatar Wen Wei Li

test scp

parent 3cfc6e50
Pipeline #4848 passed with stage
......@@ -77,7 +77,8 @@ steps:
command_timeout: 30s
script:
- cd /root/drone/
- if [ ! -d ${DRONE_REPO_NAME} ];then git clone ${DRONE_REPO_LINK}; fi
- echo ${DRONE_REPO_NAME} > repo.txt
- if [ ! -d $DRONE_REPO_NAME ];then git clone ${DRONE_REPO_LINK}; fi
- cd /root/xAppSec
- ./xAppSec -c /root/drone/${DRONE_REPO_NAME}/init/config-file.json /root/drone/${DRONE_REPO_NAME}/init/schema.json &> /root/drone/log
depends_on: ["scp"]
......
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