This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/docs/learn/103-script.md
Solomon Hykes e29cf4f4ff Docs: fix typo in a section title
Signed-off-by: Solomon Hykes <solomon@dagger.io>
2021-06-15 18:18:55 +02:00

504 B

slug
/learn/103-script

Dagger 103: integrate custom shell scripts

In this guide, you will learn how to incorporate your custom shell scripts into a Dagger environment. For example, to run integration tests before deployment; call a custom processing step; or any other custom task which you have already automated, and want to incorporate into your Dagger environment with minimal effort.

FIXME: This section is not yet written