-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: handle deploy commands on windows that are actually
.cmd
files…
… or similar (#303) fix: handle deploy commands on windows that are actually `.cmd` files or similar --------- Co-authored-by: Adam Chidlow <[email protected]>
- Loading branch information
1 parent
1fe759e
commit 17791c7
Showing
18 changed files
with
172 additions
and
252 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
6 changes: 3 additions & 3 deletions
6
tests/deploy/test_deploy.test_algokit_config_name_no_base.approved.txt
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
DEBUG: Deploying from project directory: {current_working_directory} | ||
DEBUG: Loading deploy command from project config | ||
DEBUG: Attempting to load project config from {current_working_directory}/.algokit.toml | ||
Using deploy command: command_a | ||
Using deploy command: /bin/command_a | ||
Loading deployment environment variables... | ||
Deploying smart contracts from AlgoKit compliant repository 🚀 | ||
DEBUG: Running 'command_a' in '{current_working_directory}' | ||
command_a: picked localnet | ||
DEBUG: Running '/bin/command_a' in '{current_working_directory}' | ||
/bin/command_a: picked localnet |
Oops, something went wrong.
17791c7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverage Report