diff --git a/hello-stratum.morph b/hello-stratum.morph index 006a96c..ad8c08b 100644 --- a/hello-stratum.morph +++ b/hello-stratum.morph @@ -1,12 +1,14 @@ { - "name": "hello-stratum", - "kind": "stratum", + "build-system": "manual", "chunks": [ { - "name": "hello", - "repo": "baserock:hello", - "ref": "master", - "build-depends": [] + "build-depends": [], + "morph": "hello", + "name": "hello", + "ref": "newbranch", + "repo": "baserock:hello" } - ] + ], + "kind": "stratum", + "name": "hello-stratum" }