forked from GitoxideLabs/gitoxide
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove hardcoded target dir from justfile
The hardcoded `./target` path fails for environments where Cargo is configured to use a different target directory (for example via `CARGO_TARGET_DIR`). Since we are now passing absolute paths to the `journey.sh` scripts the previous behavior of manipulating the path needed to be removed. Because some personal scripts may have depended on that functionality, I opted to conditionally apply the manipulations if the given paths are found to be relative.
- Loading branch information
1 parent
72f3027
commit dfe869c
Showing
3 changed files
with
27 additions
and
10 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
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