Update low-level changelog.com config README

Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
Joel Longtine 2022-01-06 12:36:28 -07:00 committed by Solomon Hykes
parent f0978c14fa
commit 80a42be174

View File

@ -1,2 +1,5 @@
Joel's low-level implementation goes here :)
# Low-level port of Changelog.com configuration
This is a port of the changelog.com configuration to the low-level `dagger/engine` APIs.
It currently only uses `engine` (no high-level APIs like `docker`, etc) and, because we don't currently have a way to implement long-running tasks in Europa, it doesn't parts of the config that require them, such as databases for testing. The hope is that we'll be able to figure out a way to implement that soon, and we'll update this config with those capabilities when we are able to.