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

Fix file permissions for some AzCopy dependencies #1354

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

MicroFish91
Copy link
Contributor

@MicroFish91 MicroFish91 commented Dec 4, 2024

Fix #1346

@MicroFish91 MicroFish91 marked this pull request as ready for review December 4, 2024 06:19
@MicroFish91 MicroFish91 requested a review from a team as a code owner December 4, 2024 06:19
@@ -28,6 +28,10 @@ async function cleanReadme(): Promise<void> {
async function setAzCopyExePermissions(): Promise<void> {
cp.exec(`chmod u+x ${path.join(__dirname, 'node_modules/@azure-tools/azcopy-darwin/dist/bin/azcopy_darwin_amd64')}`);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

We may be able to get rid of these and just replace with the new paths, but I'm not 100% sure so I'm keeping both for now until one of us has more time to verify

@MicroFish91 MicroFish91 merged commit ec7aa17 into main Dec 4, 2024
2 checks passed
@MicroFish91 MicroFish91 deleted the mwf/worrying-rose branch December 4, 2024 18:00
@microsoft microsoft locked and limited conversation to collaborators Jan 22, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fail to deploy a folder to the storage account with an error "UnexpectedQuit"
2 participants