DX: change "#dagger: compute: " to "#compute: "

Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
This commit is contained in:
Solomon Hykes
2021-02-12 23:22:41 +00:00
parent 3f445f2421
commit 7a77466a66
81 changed files with 176 additions and 229 deletions

View File

@@ -1,6 +1,6 @@
package testing
component: #dagger: compute: [{
component: #compute: [{
do: "fetch-container"
ref: "alpine"
}, {
@@ -14,7 +14,7 @@ component: #dagger: compute: [{
test1: {
string
#dagger: compute: [
#compute: [
{
do: "fetch-container"
ref: "busybox"
@@ -36,14 +36,14 @@ test1: {
test2: {
string
#dagger: compute: [
#compute: [
{
do: "fetch-container"
ref: "busybox"
},
{
do: "copy"
from: #dagger: compute: [{
from: #compute: [{
do: "fetch-container"
ref: "alpine"
}, {