-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
The build in the CI is broken #1855
Comments
The error seems to be
at https://github.com/DjangoGirls/tutorial/actions/runs/11323400245/job/31485981412#step:4:260 which probably corresponds to tutorial/.github/workflows/deploy.yml Line 34 in e9ee3d5
I wonder why that should fail, though, as tutorial/.github/workflows/deploy.yml Line 28 in e9ee3d5
@ekohl Can you look into this? |
Confusingly enough, My theory is that when the package wasn't cached it ran DPKG triggers, which sets up alternatives: Setting up rename (2.02-1) ...
update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/rename.1.gz because associated file /us
r/share/man/man1/file-rename.1p.gz (of link group rename) doesn't exist Then the cache action may only cache the files but not run triggers. I've submitted #1856 which I think is the easiest way to fix it now. Right after I submitted it I figured out why it probably broke, so I updated the message right after. |
Issue description
This pipeline run did not build the site after the merge of this PR that updated the tutorial to newer python/django, so the deployed website is still at the old versions.
Language
It is a problem with the CI
Operating system
It is a problem with the CI
The text was updated successfully, but these errors were encountered: