You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: implement pipeline execution with confirmation prompts
- GitLab CI: Execute scripts directly with user confirmation
- Show all commands before execution
- Execute sequentially using tokio::process::Command
- Display progress and status for each command
- Stop on first failure with exit code
- GitHub Actions: Display job details and recommend using act
- Forgejo Actions: Display job details and recommend using act
- Update README with execution documentation
- Add test fixture for quick verification
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
-**GitLab CI**: Scripts are executed directly on your machine after confirmation. You'll see each command before it runs.
28
+
-**GitHub Actions / Forgejo Actions**: Displays job details and recommends using [act](https://github.com/nektos/act) for local execution with Docker containers.
0 commit comments