cue files: #compute -> #up
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
committed by
Solomon Hykes
parent
8a4aa4d42b
commit
c16455249e
@@ -2,5 +2,5 @@ package testing
|
||||
|
||||
// no-op, should not error
|
||||
empty: {
|
||||
#compute: []
|
||||
#up: []
|
||||
}
|
||||
|
@@ -6,7 +6,7 @@ new_prop: "lala"
|
||||
new_prop_too: string
|
||||
#new_def_too: string
|
||||
|
||||
#compute: [{
|
||||
#up: [{
|
||||
do: "fetch-container"
|
||||
ref: "busybox"
|
||||
},
|
||||
|
@@ -7,7 +7,7 @@ foo: {
|
||||
new_prop_too: string
|
||||
#new_def_too: string
|
||||
|
||||
#compute: [{
|
||||
#up: [{
|
||||
do: "fetch-container"
|
||||
ref: "busybox"
|
||||
},
|
||||
|
@@ -1,6 +1,6 @@
|
||||
package testing
|
||||
|
||||
#compute: [
|
||||
#up: [
|
||||
{
|
||||
do: "fetch-container"
|
||||
ref: "busybox"
|
||||
|
Reference in New Issue
Block a user