fix(tenv): improve installation path handling - #82
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
There were no changes done to the infrastructure. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
There were no changes done to the infrastructure. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
There were no changes done to the infrastructure. |
This comment has been minimized.
This comment has been minimized.
Replaced writable path detection with a fixed installation directory at ~/.local/bin. Automatically adds the directory to PATH if not already present, ensuring usability. Improved messaging for GitHub Actions by appending the directory to GITHUB_PATH.
Removed redundant checksum verification logic and focused on signature verification via openssl. Streamlined the script to ensure clarity and reduce unnecessary fallbacks for checksum tools.
Consistently applied curly braces for variable usage to improve clarity and prevent ambiguity. Enhanced quoting and handling of variables to align with shellcheck best practices.
1c246d7 to
5f15f3d
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Terraform Plan Changes for test-pr-comment for Terraform Plan: 1 to be created, 0 to be deleted, 0 to be updated, 0 to be replaced, 0 unchanged.Resources to create+ local_file.txt |
|
Terraform Plan Changes for test-pr-detect-versionfile for Terraform Plan: 1 to be created, 0 to be deleted, 0 to be updated, 0 to be replaced, 0 unchanged.Resources to create+ local_file.txt |
|
Terraform Plan Changes for test-pr-detect-versionfile-terragrunt for Terraform Plan: 1 to be created, 0 to be deleted, 0 to be updated, 0 to be replaced, 0 unchanged.Resources to create+ local_file.txt |
|
There were no changes done to the infrastructure. |
|
🎉 This PR is included in version 4.4.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Replaced writable path detection with a fixed installation directory at ~/.local/bin. Automatically adds the directory to PATH if not already present, ensuring usability. Improved messaging for GitHub Actions by appending the directory to GITHUB_PATH.