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

GH Pages deployments failing #2900

Closed
dhruvkb opened this issue Aug 25, 2023 · 2 comments · Fixed by #2902
Closed

GH Pages deployments failing #2900

dhruvkb opened this issue Aug 25, 2023 · 2 comments · Fixed by #2902
Labels
💻 aspect: code Concerns the software code in the repository 🛠 goal: fix Bug fix 🟧 priority: high Stalls work on the project or its dependents 🧱 stack: mgmt Related to repo management and automations

Comments

@dhruvkb
Copy link
Member

dhruvkb commented Aug 25, 2023

Description

Consider these two workflow runs

Both fail with the following error message:

/usr/bin/git submodule sync --recursive
/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive
Error: fatal: No url found for submodule path 'automation-checkout' in .gitmodules
Error: The process '/usr/bin/git' failed with exit code 128

This error has caused a number of GitHub Pages deployments to fail recently, with our documentation and PR previews not updating as expected.

@dhruvkb dhruvkb added 🟧 priority: high Stalls work on the project or its dependents 🛠 goal: fix Bug fix 💻 aspect: code Concerns the software code in the repository 🧱 stack: mgmt Related to repo management and automations labels Aug 25, 2023
@AetherUnbound
Copy link
Contributor

I wonder if this also has to do with the recent application of our branch rules in https://github.com/WordPress/openverse-infrastructure/pull/591

@sarayourfriend

This comment was marked as outdated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💻 aspect: code Concerns the software code in the repository 🛠 goal: fix Bug fix 🟧 priority: high Stalls work on the project or its dependents 🧱 stack: mgmt Related to repo management and automations
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants