diff options
| author | liuxueli <[email protected]> | 2019-12-23 11:52:58 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2019-12-23 11:52:58 +0800 |
| commit | 0a36bbdb44fb1994ca505b7d84259eb153a46107 (patch) | |
| tree | 856acd47d04389f0344fa4fead65db83a45eddf8 | |
| parent | 3ea9b58bc23d2b67dbea433c6aa4d4df42680e1a (diff) | |
功能验证执行命令更新
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0dfb271..96be4ac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,7 @@ stages: - cd /home/mesasoft/ - git clone https://$USER_NAME:[email protected]/tango/fvt.git - cd fvt/ - - sh +x fvt_verify.sh + - sh +x fvt_verify.sh /home/mesasoft/sapp_run/ /home/mesasoft/sapp_run/tsgconf/tsg_maat.json /home/mesasoft/sapp_run/tsglog/tsglog /home/mesasoft/fvt/radius/ .package_ntc_radius_plug: extends: .build_before_script |
