Component.Compute: force "real" solve. Fixes #14.
Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
This commit is contained in:
13
examples/repro-14/main.cue
Normal file
13
examples/repro-14/main.cue
Normal file
@@ -0,0 +1,13 @@
|
||||
package main
|
||||
|
||||
www: {
|
||||
|
||||
source: {
|
||||
#dagger: compute: [
|
||||
{
|
||||
do: "fetch-container"
|
||||
ref: "lalalalala",
|
||||
},
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user