Loading .gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -31,3 +31,5 @@ include: publish_output: "publish" # 发布输出目录 stage: build # 组件 job 放的 stage configuration: Release build_artifact_paths: [] # 不保存 build 产物,节省服务器存储 test_artifact_paths: [] # 不保存 test 产物 Loading
.gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -31,3 +31,5 @@ include: publish_output: "publish" # 发布输出目录 stage: build # 组件 job 放的 stage configuration: Release build_artifact_paths: [] # 不保存 build 产物,节省服务器存储 test_artifact_paths: [] # 不保存 test 产物