Commit 70d11fe1 authored by Wen Wei Li's avatar Wen Wei Li

debug

parent 4e58f305
Pipeline #4855 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}; 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