ci: set -e 추가로 빌드 실패 시 파이프라인 중단
Some checks failed
Client CI/CD / deploy (push) Failing after 10s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-24 22:40:54 +09:00
parent 2163d0f311
commit 80c06e814e

View File

@@ -17,6 +17,7 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: 22
script: |
set -e
export PATH=$PATH:/usr/local/bin:/opt/homebrew/bin:$HOME/.docker/bin
cd /tmp
rm -rf a301-client