-
Notifications
You must be signed in to change notification settings - Fork 166
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
Unrevert add parity with wrangler action #312
Merged
Maximo-Guk
merged 2 commits into
main
from
maximo/unrevert-add-parity-with-wrangler-action
Nov 1, 2024
Merged
Unrevert add parity with wrangler action #312
Maximo-Guk
merged 2 commits into
main
from
maximo/unrevert-add-parity-with-wrangler-action
Nov 1, 2024
Conversation
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 reverts commit 10d5b9c.
Maximo-Guk
changed the title
Maximo/unrevert add parity with wrangler action
Unrevert add parity with wrangler action
Oct 31, 2024
Maximo-Guk
commented
Oct 31, 2024
Maximo-Guk
commented
Oct 31, 2024
@@ -33,6 +36,7 @@ const config = { | |||
COMMANDS: getMultilineInput("command"), | |||
QUIET_MODE: getBooleanInput("quiet"), | |||
PACKAGE_MANAGER: getInput("packageManager"), | |||
WRANGLER_OUTPUT_DIR: `${join(tmpdir(), "wranglerArtifacts")}`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use tmpdir for wranglerArtifacts
Maximo-Guk
force-pushed
the
maximo/unrevert-add-parity-with-wrangler-action
branch
8 times, most recently
from
October 31, 2024 16:08
4b57c63
to
dfe59a0
Compare
jrf0110
reviewed
Nov 1, 2024
Maximo-Guk
force-pushed
the
maximo/unrevert-add-parity-with-wrangler-action
branch
3 times, most recently
from
November 1, 2024 17:02
7f2d331
to
29516d3
Compare
jrf0110
approved these changes
Nov 1, 2024
…d by root. - Github self hosted runners may not have permissions to write to /opt/ - Also fallsback to trying to extract the deployment-url and deployment-alias-url from stdout when WRANGLER_OUTPUT_DIR is not specified
Maximo-Guk
force-pushed
the
maximo/unrevert-add-parity-with-wrangler-action
branch
from
November 1, 2024 18:29
29516d3
to
122ee5c
Compare
Maximo-Guk
deleted the
maximo/unrevert-add-parity-with-wrangler-action
branch
November 1, 2024 18:40
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Unreverts #303
Tested pipelines here:
deployment-url
anddeployment-alias-url
if wrangler version doesn't output metadata fileMoves wrangler output to tmpdir rather than /opt/ since /opt/ is owned by root.
Github self hosted runners may not have permissions to write to /opt/ Release 3.10.0 fails depending on the file system permissions #306
Also fallsback to trying to extract the deployment-url and deployment-alias-url from stdout when WRANGLER_OUTPUT_DIR is not specified