cue files: #compute -> #up

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2021-04-02 15:00:30 -07:00
committed by Solomon Hykes
parent 8a4aa4d42b
commit c16455249e
87 changed files with 137 additions and 140 deletions

View File

@@ -1,6 +1,6 @@
package testing
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"

View File

@@ -1,6 +1,6 @@
package testing
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"

View File

@@ -1,6 +1,6 @@
package testing
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"

View File

@@ -1,6 +1,6 @@
package testing
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"

View File

@@ -2,7 +2,7 @@ package testing
bar: string
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"

View File

@@ -1,6 +1,6 @@
package testing
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"

View File

@@ -1,6 +1,6 @@
package testing
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"

View File

@@ -1,6 +1,6 @@
package testing
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"

View File

@@ -1,6 +1,6 @@
package testing
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"

View File

@@ -1,6 +1,6 @@
package testing
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"

View File

@@ -3,7 +3,7 @@ package testing
hello: "world"
bar: string
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"

View File

@@ -3,7 +3,7 @@ package testing
hello: "world"
bar: string
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"

View File

@@ -2,7 +2,7 @@ package def
#dang: string
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"

View File

@@ -4,7 +4,7 @@ import (
"dagger.io/def"
)
#compute: [
#up: [
{
do: "load",
from: def

View File

@@ -2,7 +2,7 @@ package nonoptional
dang: string
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"

View File

@@ -4,7 +4,7 @@ import (
"dagger.io/nonoptional"
)
#compute: [
#up: [
{
do: "load",
from: nonoptional

View File

@@ -2,7 +2,7 @@ package optional
dang?: string
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"

View File

@@ -4,7 +4,7 @@ import (
"dagger.io/optional"
)
#compute: [
#up: [
{
do: "load",
from: optional