ported tests + examples to new syntax
Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
parent
ef1bb4b873
commit
3f55f4cd1d
@ -48,7 +48,7 @@ import (
|
||||
outputs: {
|
||||
[string]: string
|
||||
|
||||
#dagger: compute: [
|
||||
#compute: [
|
||||
dagger.#Load & {
|
||||
from: alpine.#Image & {
|
||||
package: bash: "=5.1.0-r0"
|
||||
|
@ -11,7 +11,7 @@ TestImageVersion: {
|
||||
version: "3.10.6"
|
||||
}
|
||||
|
||||
test: #dagger: compute: [
|
||||
test: #compute: [
|
||||
dagger.#Load & {from: image},
|
||||
dagger.#Exec & {
|
||||
args: [
|
||||
@ -31,7 +31,7 @@ TestPackageInstall: {
|
||||
package: curl: "=~7.74.0"
|
||||
}
|
||||
|
||||
test: #dagger: compute: [
|
||||
test: #compute: [
|
||||
dagger.#Load & {from: image},
|
||||
dagger.#Exec & {
|
||||
args: ["jq", "--version"]
|
||||
|
@ -14,7 +14,7 @@ TestGoBuild: {
|
||||
output: "/bin/testbin"
|
||||
}
|
||||
|
||||
test: #dagger: compute: [
|
||||
test: #compute: [
|
||||
dagger.#Load & {from: alpine.#Image},
|
||||
dagger.#Exec & {
|
||||
args: [
|
||||
|
@ -13,7 +13,7 @@ TestYarn: {
|
||||
source: TestData
|
||||
}
|
||||
|
||||
test: #dagger: compute: [
|
||||
test: #compute: [
|
||||
dagger.#Load & {from: alpine.#Image & {
|
||||
package: bash: "=5.1.0-r0"
|
||||
}},
|
||||
|
Reference in New Issue
Block a user