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