Draft: using tim's template from spoons and modifying to make it work
Changes made from the template Tim shared ~Oct 8, 2022:
- specified variables for DB_VERSION to match the one on Docker Hub (may not be needed any more?!)
- specified COMPOSER variable so spoons could access it
- overrode COMPOSER variable in the
composer
job, where it builds the spoons.json - fixed typo in
script
section ofcomposer
job (bash <(curl....) had an extraneous double-quote - fixed typo in artifact path in
composer
job - $WEB_ROOT was missing leading underscore (should be$_WEB_ROOT
) - changed the database service to the offical MariaDB service, instead of drupalci/mariadb, because I don't know the credentials and it couldn't connect