diff options
| author | liuxueli <[email protected]> | 2019-12-23 15:54:37 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2019-12-23 15:54:37 +0800 |
| commit | 51c9101d3bffc3134b7613ad860c382b7f72511d (patch) | |
| tree | 68d71e0902f2fd8228717491a0574e6350fd05b0 | |
| parent | 37fe36fcb1524c80b32e76cdd2ffe8f1033e462e (diff) | |
添加命令使环境变量生效,- source /etc/profile.d/MESA.sh
| -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 7a01cfb..3e72e68 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,6 +32,7 @@ stages: .fvt: script: + - source /etc/profile.d/MESA.sh - 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 |
