Skip to content

chore: rebuild default demo if any changes are made in repo #1332

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

Merged
merged 1 commit into from
Apr 28, 2022

Conversation

sarahetter
Copy link

Summary

This change forces rebuilds if there are any changes in the repo - fixing an issue where cypress tests fail on PRs if changes had been made outside of the default demo, or the plugin directory, as Netlify builds would be cancelled.

Relevant links (GitHub issues, Notion docs, etc.) or a picture of cute animal

Screen Shot 2022-04-28 at 11 20 28 AM


🧪 Once merged, make sure to update the version if needed and that it was published correctly.

@sarahetter sarahetter requested a review from a team April 28, 2022 15:21
@sarahetter sarahetter self-assigned this Apr 28, 2022
@netlify
Copy link

netlify bot commented Apr 28, 2022

Deploy Preview for netlify-plugin-nextjs-demo ready!

Name Link
🔨 Latest commit 30710cf
🔍 Latest deploy log https://app.netlify.com/sites/netlify-plugin-nextjs-demo/deploys/626ab0dddf80420008eab218
😎 Deploy Preview https://deploy-preview-1332--netlify-plugin-nextjs-demo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@github-actions github-actions bot added the type: chore work needed to keep the product and development running smoothly label Apr 28, 2022
@netlify
Copy link

netlify bot commented Apr 28, 2022

Deploy Preview for netlify-plugin-nextjs-nx-monorepo-demo ready!

Name Link
🔨 Latest commit 30710cf
🔍 Latest deploy log https://app.netlify.com/sites/netlify-plugin-nextjs-nx-monorepo-demo/deploys/626ab0dd2946a3000807c1da
😎 Deploy Preview https://deploy-preview-1332--netlify-plugin-nextjs-nx-monorepo-demo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@netlify
Copy link

netlify bot commented Apr 28, 2022

Deploy Preview for netlify-plugin-nextjs-export-demo ready!

Name Link
🔨 Latest commit 30710cf
🔍 Latest deploy log https://app.netlify.com/sites/netlify-plugin-nextjs-export-demo/deploys/626ab0dd8ab32c00089fac61
😎 Deploy Preview https://deploy-preview-1332--netlify-plugin-nextjs-export-demo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@netlify
Copy link

netlify bot commented Apr 28, 2022

Deploy Preview for netlify-plugin-nextjs-static-root-demo ready!

Name Link
🔨 Latest commit 30710cf
🔍 Latest deploy log https://app.netlify.com/sites/netlify-plugin-nextjs-static-root-demo/deploys/626ab0dd7566620008ab19b9
😎 Deploy Preview https://deploy-preview-1332--netlify-plugin-nextjs-static-root-demo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@netlify
Copy link

netlify bot commented Apr 28, 2022

Deploy Preview for next-plugin-edge-middleware canceled.

Name Link
🔨 Latest commit 30710cf
🔍 Latest deploy log https://app.netlify.com/sites/next-plugin-edge-middleware/deploys/626ab0dd41c3fd000847dba8

@netlify
Copy link

netlify bot commented Apr 28, 2022

Deploy Preview for next-plugin-rsc-demo canceled.

Name Link
🔨 Latest commit 30710cf
🔍 Latest deploy log https://app.netlify.com/sites/next-plugin-rsc-demo/deploys/626ab0dd8dbcb9000a00fa71

@netlify
Copy link

netlify bot commented Apr 28, 2022

Deploy Preview for netlify-plugin-nextjs-next-auth-demo canceled.

Name Link
🔨 Latest commit 30710cf
🔍 Latest deploy log https://app.netlify.com/sites/netlify-plugin-nextjs-next-auth-demo/deploys/626ab0ddae49f50009a10f4d

@netlify
Copy link

netlify bot commented Apr 28, 2022

Deploy Preview for next-i18next-demo failed.

Name Link
🔨 Latest commit 30710cf
🔍 Latest deploy log https://app.netlify.com/sites/next-i18next-demo/deploys/626ab0dd1a20ad0008c73668

@cypress
Copy link

cypress bot commented Apr 28, 2022



Test summary

22 0 0 0


Run details

Project netlify-plugin-nextjs-default-demo
Status Passed
Commit 03f5a26 ℹ️
Started Apr 28, 2022 3:24 PM
Ended Apr 28, 2022 3:25 PM
Duration 01:37 💡
OS Linux Ubuntu - 20.04
Browser Chrome 100

View run in Cypress Dashboard ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@cypress
Copy link

cypress bot commented Apr 28, 2022



Test summary

7 0 0 0


Run details

Project netlify-plugin-nextjs-static-demo
Status Passed
Commit 03f5a26 ℹ️
Started Apr 28, 2022 3:25 PM
Ended Apr 28, 2022 3:26 PM
Duration 01:16 💡
OS Linux Ubuntu - 20.04
Browser Chrome 100

View run in Cypress Dashboard ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@cypress
Copy link

cypress bot commented Apr 28, 2022



Test summary

2 0 0 0


Run details

Project netlify-plugin-nextjs-nx-monorepo-demo
Status Passed
Commit 03f5a26 ℹ️
Started Apr 28, 2022 3:25 PM
Ended Apr 28, 2022 3:26 PM
Duration 01:11 💡
OS Linux Ubuntu - 20.04
Browser Chrome 100

View run in Cypress Dashboard ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

Copy link

@nickytonline nickytonline left a comment

Choose a reason for hiding this comment

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

Looks great! 🚀

@kodiakhq kodiakhq bot merged commit ddcab6b into main Apr 28, 2022
@kodiakhq kodiakhq bot deleted the build-ignore branch April 28, 2022 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge type: chore work needed to keep the product and development running smoothly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants