This repository has been archived by the owner on Mar 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Only Running on Code Changed * Refactor * Correct Path Syntax * Correct Syntax * Update Need Jobs * Fix Typo * Fix Task * Correct Domain Name * Correct Domain Name * Optimize Cache Key * Fix Path * Ignore `mv` Error * Set Exit Code * Fix Error * Fix Error * Fix * Purge Large Cache * Fix * Fix * Ignore Test * Update Purge Items * Rename * Rename * Fix Typo
- Loading branch information
1 parent
567af4d
commit aece0be
Showing
2 changed files
with
66 additions
and
175 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/bin/sh | ||
|
||
cargo clean -p drml 2> /dev/null || true | ||
cargo clean -p drml-service 2> /dev/null || true | ||
cargo clean -p pangoro-runtime 2> /dev/null || true | ||
cargo clean -p pangolin-runtime 2> /dev/null || true | ||
rm -rf target/debug/wbuild 2> /dev/null || true |