From 884d136a16d5c05c6ef64c037c9f8c83826f5d7c Mon Sep 17 00:00:00 2001 From: lingyuzeng Date: Sat, 4 Oct 2025 16:07:24 +0800 Subject: [PATCH] newtest1 --- .woodpecker.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index e609ce4..42f1b78 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -15,10 +15,12 @@ steps: - name: env-info image: /bin/zsh commands: - - sw_vers - - xcodebuild -version || true - - echo "Agent: ${CI_AGENT_NAME:-unknown}" - - echo "Backend: ${CI_SYSTEM_BACKEND} Platform: ${CI_SYSTEM_PLATFORM}" + - | + set -e + echo "Agent: ${CI_AGENT_NAME:-unknown}" + echo "Backend: ${CI_SYSTEM_BACKEND} Platform: ${CI_SYSTEM_PLATFORM}" + sw_vers + xcodebuild -version || true # 1) woodpecker-cli / plugin-git / plugin-s3 / plugin-docker-buildx 的最小自检 - name: tools-versions