Browse Source

chore: 清理.cnb.yml中过时的release配置

移除不再使用的release_*相关CI配置,保留master分支的push同步配置

Signed-off-by: longjin <longjin@DragonOS.org>
longjin 3 weeks ago
parent
commit
8cdbd0e586
1 changed files with 0 additions and 31 deletions
  1. 0 31
      .cnb.yml

+ 0 - 31
.cnb.yml

@@ -1,34 +1,3 @@
-release_*:
-  tag_push:
-    - name: build_in_ubuntu2404
-      runner:
-        cpus: 1
-      docker:
-        image: docker.cnb.cool/dragonos-community/deb-downloader:ubuntu2404-250511
-      git:
-        enable: true
-      env:
-        IN_DOCKER: 0
-      stages:
-        - name: glibc_ubuntu2404
-          if: |
-              bash -c "[[ "${CNB_BRANCH}" == release_glibc_ubuntu2404_* ]]"
-
-          jobs:
-            - name: build
-              script:
-                - echo "Building in Ubuntu 24.04"
-                - bash -c "pushd ./ && cd packages/glibc-ubuntu2404 && bash pack.sh && popd"
-            - name: upload_release
-              type: git:release
-              options:
-                title: ${CNB_BRANCH}
-            - name: release 上传附件
-              image: cnbcool/attachments:latest
-              settings:
-                attachments:
-                  - "./output/*.tar.xz"
-
 master:
   push:
     - name: sync to github