newtest1
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-10-04 16:07:24 +08:00
parent 6981dbdd14
commit 884d136a16

View File

@@ -15,10 +15,12 @@ steps:
- name: env-info - name: env-info
image: /bin/zsh image: /bin/zsh
commands: commands:
- sw_vers - |
- xcodebuild -version || true set -e
- echo "Agent: ${CI_AGENT_NAME:-unknown}" echo "Agent: ${CI_AGENT_NAME:-unknown}"
- echo "Backend: ${CI_SYSTEM_BACKEND} Platform: ${CI_SYSTEM_PLATFORM}" echo "Backend: ${CI_SYSTEM_BACKEND} Platform: ${CI_SYSTEM_PLATFORM}"
sw_vers
xcodebuild -version || true
# 1) woodpecker-cli / plugin-git / plugin-s3 / plugin-docker-buildx 的最小自检 # 1) woodpecker-cli / plugin-git / plugin-s3 / plugin-docker-buildx 的最小自检
- name: tools-versions - name: tools-versions