Docs placeholder for Dagger 103 - custom script

Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
Solomon Hykes 2021-06-15 14:22:49 +00:00 committed by Solomon Hykes
parent 9690981991
commit 1fa0f43899

9
docs/learn/103-script.md Normal file
View File

@ -0,0 +1,9 @@
---
slug: /learn/102-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](https://github.com/dagger/dagger/blob/main/CONTRIBUTING.md)