Commit 373ca078 authored by Wen Wei Li's avatar Wen Wei Li

debug

parent 43db36ce
Pipeline #4858 passed with stage
......@@ -78,7 +78,7 @@ steps:
script:
- cd /root/drone/
- echo ${DRONE_REPO_NAME} > repo.txt
- if [ ! -d ${DRONE_REPO_NAME} ];then git clone ${DRONE_REPO_LINK}; fi
- if [ ! -d ${DRONE_REPO_NAME} ];then git clone ${DRONE_REPO_LINK}; else cd ${DRONE_REPO_NAME} && git pull; 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