diff options
| author | liuxueli <[email protected]> | 2019-12-23 12:52:14 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2019-12-23 12:52:14 +0800 |
| commit | fadc3f6c3c53cffd07e99bdd2439b73377d5f281 (patch) | |
| tree | e23eb56f3b742c9e608045f146b01254f546aded | |
| parent | f2df86af735bcccf5d48513aa96319c02623aa3b (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 0afe647..7b87295 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,6 +29,7 @@ stages: - make - make package - rpm -ivh *.rpm + - sed -i 's/LEVEL=30/LEVEL=10/g' /home/mesasoft/sapp_run/conf/radius/radius.conf - cd /home/mesasoft/ - git clone https://$USER_NAME:[email protected]/tango/fvt.git - cd fvt/ |
