Merge pull request #1721 from aluzzardi/fix-tests

tests: fix outputs->client migration
This commit is contained in:
Andrea Luzzardi 2022-03-08 18:02:00 -08:00 committed by GitHub
commit 0af9e1a9c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,11 +11,6 @@ dagger.#Plan & {
client: filesystem: "./test_do": write: contents: actions.test.one.export.files["/output.txt"] client: filesystem: "./test_do": write: contents: actions.test.one.export.files["/output.txt"]
client: filesystem: "./dependent_do": write: contents: actions.dependent.one.export.files["/output.txt"] client: filesystem: "./dependent_do": write: contents: actions.dependent.one.export.files["/output.txt"]
outputs: files: dependent: {
dest: "./dependent_do"
contents: actions.dependent.one.export.files["/output.txt"]
}
actions: { actions: {
image: alpine.#Build & { image: alpine.#Build & {
packages: bash: {} packages: bash: {}