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(com-pwa): reported issue and deploy canary and beta #1104

Merged
merged 16 commits into from
May 2, 2023
Merged

Conversation

njfamirm
Copy link
Member

@njfamirm njfamirm commented May 1, 2023

No description provided.

@njfamirm njfamirm added the enhancement Enhancement of the code, not introducing new features. label May 1, 2023
@njfamirm njfamirm added this to the v0.x milestone May 1, 2023
@njfamirm njfamirm self-assigned this May 1, 2023
@njfamirm njfamirm requested a review from alimd as a code owner May 1, 2023 19:10
@@ -15,7 +15,8 @@ config_js_envsubst() {
return 0
fi
echo >&3 "$ME: Running envsubst on $config_js_path"
envsubst "$defined_envs" < "$config_js_path" > "$config_js_path"
envsubst "$defined_envs" < "$config_js_path" > "$config_js_path.tmp"
mv "$config_js_path.tmp" "$config_js_path"
Copy link
Member

Choose a reason for hiding this comment

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

-f

@@ -15,7 +15,8 @@ config_js_envsubst() {
return 0
fi
echo >&3 "$ME: Running envsubst on $config_js_path"
envsubst "$defined_envs" < "$config_js_path" > "$config_js_path"
envsubst "$defined_envs" < "$config_js_path" > "$config_js_path.tmp"
Copy link
Member

Choose a reason for hiding this comment

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

${}

@alimd alimd changed the title feat(com-pwa): deploy develop fix(com-pwa): reported issue and deploy canary and beta May 2, 2023
@alimd alimd merged commit c68b250 into next May 2, 2023
@alimd alimd deleted the feat/shipping_info branch May 2, 2023 12:33
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Enhancement of the code, not introducing new features.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants