Try to fix chapter 10 deployment example (#429) #519
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I tried to fix the following issues:
Using=> Fixed by a4b7cfbubuntu-20.04
instead ofubuntu-latest
(which defaults to Ubuntu 22.04 since November last year) in the CI script.This temporarily fixes the
Failed to connect to bus: No such file or directory
problem, that the scheduled CI builds are facing too. It seems to be related to the Docker cgroups change you also blogged about. However I'm not smart enough to actually fix the underlying issue.NoMethodError: undefined method 'new' for BigDecimal:Class
error.bundler
version 2.1.4 that is required by the application.safe.directory
to'*'
and clone the application withoutbecome: true
to prevent some weird user related errors. (There is probably also a more correct version to this, but it works.)app_directory
during provisioning (not strictly necessary).deployments.yml
test again in the CI configuration.fail-fast
tofalse
, mainly because thedrupal.yml
test is currently failing and I still want to see if everything else works.The alternative would be to temporarily disable the
drupal.yml
test in the CI config.