Skip to content

Fix deploy clean step failing on non-existent files#6

Merged
fumikito merged 2 commits intomainfrom
feature/mcp-integration
Feb 23, 2026
Merged

Fix deploy clean step failing on non-existent files#6
fumikito merged 2 commits intomainfrom
feature/mcp-integration

Conversation

@fumikito
Copy link
Member

Summary

  • Remove [ -e "$item" ] guard from distignore cleanup in deploy workflow
  • Under bash set -e, the test returns exit code 1 for non-existent files (e.g., .claude, node_modules), aborting the script
  • rm -rf already handles non-existent paths silently, so the guard is unnecessary

🤖 Generated with Claude Code

fumikito and others added 2 commits February 23, 2026 22:20
Co-authored-by: Claude <noreply@anthropic.com>
@fumikito fumikito enabled auto-merge February 23, 2026 13:24
@fumikito fumikito merged commit 705b9d7 into main Feb 23, 2026
6 checks passed
@fumikito fumikito deleted the feature/mcp-integration branch February 23, 2026 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant