-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release-builder] Make release builder use a relative path for raw sc…
…ript Currently this absolute path only works from within a docker image This change makes the path relative and possible to run from elsewhere Test Plan: ``` RUST_BACKTRACE=1 cargo run --profile performance -p aptos-release-builder \ generate-proposals \ --release-config aptos-move/aptos-release-builder/data/release.yaml --output-dir banana ``` Pull Request: #9529
- Loading branch information
1 parent
62668cd
commit 13ef7f8
Showing
4 changed files
with
54 additions
and
33 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
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