Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Resolve .bat file conflict using direct command execution #18

Merged
merged 1 commit into from
Sep 29, 2023

Conversation

hans-brgs
Copy link
Contributor

@hans-brgs hans-brgs commented Aug 9, 2023

Resolve .bat File Conflict by Direct Command Execution on Windows

This commit fixes the conflict encountered during the build process on Windows systems. The error was caused by multiple actions attempting to write to the same .bat file.

The solution implemented avoids this conflict by directly executing the necessary commands using cmd.exe, rather than writing to a shared .bat file. This allows actions to be executed independently without conflicting with one another, enabling a smooth build process.

The change includes:

  • Replacing the .bat file creation and execution with a direct command execution sequence in the _copy_action_windows function.
  • Adjusting the related parts of the code to align with the new command execution approach.

For further information, please consult this issue

@google-cla
Copy link

google-cla bot commented Aug 9, 2023

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Copy link
Contributor

@cmaf5 cmaf5 left a comment

Choose a reason for hiding this comment

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

Thank you!

@cmaf5 cmaf5 merged commit e47f6a1 into google:main Sep 29, 2023
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.

2 participants