diff options
| author | liuxueli <[email protected]> | 2019-12-23 17:00:30 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2019-12-23 17:00:30 +0800 |
| commit | bb28ec07931a0f1262999299c6e8996069057ba4 (patch) | |
| tree | d5a05b59ee598935f16f757fc384cbadf2afa8e9 | |
| parent | 51c9101d3bffc3134b7613ad860c382b7f72511d (diff) | |
关闭平台测试插件
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3e72e68..fe33922 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,6 +36,7 @@ stages: - rpm -ivh ./build/*.rpm - sed -i 's/LOG_LEVEL=30/LOG_LEVEL=10/g' /home/mesasoft/sapp_run/conf/radius/radius.conf - sed -i 's/.\/plug\/business\/gtest_sapp\/gtest_sapp.inf/#.\/plug\/business\/gtest_sapp\/gtest_sapp.inf/g' /home/mesasoft/sapp_run/plug/conflist.inf + - sed -i 's/.\/plug\/business\/test_app\/test_app.inf/#.\/plug\/business\/test_app\/test_app.inf/g' /home/mesasoft/sapp_run/plug/conflist.inf - cd /home/mesasoft/ - git clone https://$USER_NAME:[email protected]/tango/fvt.git - cd fvt/ |
