Component.Compute: force "real" solve. Fixes #14.

Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
This commit is contained in:
Solomon Hykes
2021-01-12 10:31:50 -08:00
parent 0e484be9bd
commit 8b105003bb
2 changed files with 25 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
package main
www: {
source: {
#dagger: compute: [
{
do: "fetch-container"
ref: "lalalalala",
},
]
}
}