From 75754f9dec0279efec80191c27e449a01a5a287e Mon Sep 17 00:00:00 2001 From: shenmo Date: Sat, 26 Oct 2024 10:50:57 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20.workflo?= =?UTF-8?q?w/pipeline-20241025.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .workflow/pipeline-20241025.yml | 55 --------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 .workflow/pipeline-20241025.yml diff --git a/.workflow/pipeline-20241025.yml b/.workflow/pipeline-20241025.yml deleted file mode 100644 index 39f4253..0000000 --- a/.workflow/pipeline-20241025.yml +++ /dev/null @@ -1,55 +0,0 @@ -version: '1.0' -name: pipeline-20241025 -displayName: Debian-Build-amd64 -triggers: - trigger: manual - push: - tags: - prefix: - - '' -stages: - - name: stage-d1472d18 - displayName: Build DEB - strategy: naturally - trigger: auto - executor: [] - steps: - - step: execute@docker - name: execute_by_docker - displayName: Build Debian amd64 - certificate: '' - image: docker.jianmuhub.com/library/debian:bookworm - command: - - export DEBIAN_FRONTEND=noninteractive - - 'apt install devscripts ' - - apt build-dep . -y - - dpkg-buildpackage -b -us -uc - - cd .. - - ls -all - - mkdir target - - for f in $(find . -type f -name "*.deb") - - 'do ' - - mv $f target - - done - - '' - artifacts: - - name: BUILD_ARTIFACT - path: - - ./target - notify: [] - strategy: - retry: '0' - - name: stage-41e41b9f - displayName: push - strategy: naturally - trigger: auto - executor: [] - steps: - - step: publish@general_artifacts - name: publish_general_artifacts - displayName: 上传制品 - dependArtifact: BUILD_ARTIFACT - artifactName: output - notify: [] - strategy: - retry: '0'