Skip to content

Commit fb37d05

Browse files
committed
Merge branch 'mainline' of ssh://git.amazon.com/pkg/DataLakeAsCode into mainline
2 parents 0e1b3bd + 541460c commit fb37d05

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

Config

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
package.DataLakeAsCode = {
2+
interfaces = (1.0);
3+
4+
# Use NoOpBuild. See https://w.amazon.com/index.php/BrazilBuildSystem/NoOpBuild
5+
build-system = no-op;
6+
build-tools = {
7+
1.0 = {
8+
NoOpBuild = 1.0;
9+
};
10+
};
11+
12+
# Use runtime-dependencies for when you want to bring in additional
13+
# packages when deploying.
14+
# Use dependencies instead if you intend for these dependencies to
15+
# be exported to other packages that build against you.
16+
dependencies = {
17+
1.0 = {
18+
};
19+
};
20+
21+
runtime-dependencies = {
22+
1.0 = {
23+
};
24+
};
25+
26+
};

0 commit comments

Comments
 (0)