Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a test for the binary installer and fix error when upgrading task binary #479

Merged
merged 4 commits into from
Mar 15, 2024

Conversation

justafish
Copy link
Member

@justafish justafish commented Mar 14, 2024

@github-actions github-actions bot requested a deployment to pantheon-pr-479 March 14, 2024 19:01 In progress
@justafish justafish changed the title Add a test for the binary installer Add a test for the binary installer and fix error when upgrading task binary Mar 14, 2024
@justafish justafish marked this pull request as ready for review March 14, 2024 19:25
@@ -210,6 +210,8 @@ protected function installBinary($binary, $version, $url, $sha, $hashalgo = 'sha
}

if ('.tar.gz' === substr($fileName, -7)) {
// Remove .tar
$fs->remove(substr($cacheDestination, 0, -3));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💥 👍🏼

@justafish justafish merged commit 1703b87 into main Mar 15, 2024
35 checks passed
@justafish justafish deleted the justafish/binary-installer-bug branch March 15, 2024 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"failed to open stream: Text file busy" while upgrading Task binary
2 participants