Commit 212adf4c authored by shRabbit's avatar shRabbit
Browse files

Disable build/test artifact upload to save storage (keep publish)

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