Commit 83c25759 authored by Wen Wei Li's avatar Wen Wei Li

debug

parent 712811f1
Pipeline #4787 failed with stage
...@@ -69,7 +69,7 @@ steps: ...@@ -69,7 +69,7 @@ steps:
command_timeout: 30s command_timeout: 30s
script: script:
- cd /root/drone/ - cd /root/drone/
- git clone ${DRONE_REPO_LINK} - if [ ! -d ${DRONE_REPO_NAME} ];then git clone ${DRONE_REPO_LINK}; fi
- cd /root/xAppSec - 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 - ./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"] 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