This is a test repository for DDEV automated testing.
ddev config --project-type=backdropand use the DDEV quickstart to installmkdir -p .tarballs && ddev export-db --file=.tarballs/db.sql.gzto get database dumppushd .tarballs; gunzip -k db.sql.gz && tar -czf db.sql.tar.gz db.sql; popdto create tarball of databasepushd files && tar -czf ../.tarballs/files.tgz .; popdto create files tarball- Create a release with the db.sql.gz, db.sql.tar.gz and files.tgz