-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: enhance task runner with task status updates and process comman…
…d execution - Added a task status update to 'processing' at the start of the Run method in runner.go, improving task tracking. - Removed redundant task status update from the end of the Run method to streamline the execution flow. - Updated command execution in process.go to use 'bash' instead of 'sh' for better compatibility across environments.
- Loading branch information
Marvin Zhang
committed
Jan 3, 2025
1 parent
47094b8
commit a585ab1
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters