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

[Bug Report]: DevelopブランチでのDeployが失敗することがある #102

Open
nkte8 opened this issue Apr 14, 2024 · 3 comments
Open
Assignees
Labels
bug Something isn't working Reminds Low Priority Issue

Comments

@nkte8
Copy link
Owner

nkte8 commented Apr 14, 2024

What's the matter?

App Manual DeployによりCloudflare Pagesをビルドする際、デプロイが失敗することがある

When/How the issue was occured?

feature/issue_*をSquashマージした際に発生。
デプロイ失敗したあと、ローカルにてSquashコミットを修正すると正常にデプロイできるようになった。

What environmet you using to cause issue?

なし

Can you occur issue again?

現在二回発生している。HEADコミットが変わると正常に動作が再開されるため、内容自体には問題はないと思われる

以下検証結果: A→ベースブランチ、B→デプロイが失敗するSquashコミット、C→他ブランチからのマージコミット

  • A → B(HEAD) → デプロイ失敗
  • A → B → C(HEAD) → デプロイ成功

Other infomation pls.

Squashコミットになんらかの文字が含まれているとwranglerが意図せぬ動作をする?留意してSquashマージを行い、データをあつめること

@nkte8 nkte8 added the bug Something isn't working label Apr 14, 2024
@nkte8 nkte8 self-assigned this Apr 14, 2024
@nkte8 nkte8 added the Necessary Middle Priority Issue label Apr 14, 2024
@nkte8
Copy link
Owner Author

nkte8 commented Apr 15, 2024

https://github.com/nkte8/skyshare/actions/runs/8689142121/job/23826268357 のマージコミットの文章

[Improve code]: Formatterの自動適応Workflowの作成 (#106)
* PR時に自動的にコードをフォーマットするワークフローを作成

* フォーマッタをDeployへ統合

CheckoutするRefを明示

Commit Statusを削除

Cloudflare PagesのAlias URLを正しく出力するように修正

アクションするユーザをgithub-actionsユーザからworkflow実行者に修正

* [Github Action] Format code at ./astro

---------

Co-authored-by: nkte8 <[email protected]>

コミットに *が含まれている場合に正しく動作しない?

@nkte8
Copy link
Owner Author

nkte8 commented Apr 15, 2024

コミットを以下に修正したところ、ビルドに成功した。おそらく図星
https://github.com/nkte8/skyshare/actions/runs/8689210133/job/23826470252

[Improve code]: Formatterの自動適応Workflowの作成 (#106)
PR時に自動的にコードをフォーマットするワークフローを作成

フォーマッタをDeployへ統合

CheckoutするRefを明示

Commit Statusを削除

Cloudflare PagesのAlias URLを正しく出力するように修正

アクションするユーザをgithub-actionsユーザからworkflow実行者に修正

[Github Action] Format code at ./astro

---------

Co-authored-by: nkte8 <[email protected]>

@nkte8
Copy link
Owner Author

nkte8 commented Apr 15, 2024

手順で対応するか、Workflow自体を解決するかは未定。原因が特定できたため、ラベルの優先度を低下させる。

@nkte8 nkte8 added Reminds Low Priority Issue and removed Necessary Middle Priority Issue labels Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Reminds Low Priority Issue
Projects
Status: No status
Development

No branches or pull requests

1 participant