fixed issue with disjunction that wouldnt resolve

Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
Richard Jones
2021-12-22 11:56:58 -07:00
parent 0295dc6340
commit feb685cf81
4 changed files with 18 additions and 14 deletions

View File

@@ -14,10 +14,12 @@ engine.#Plan & {
}
testRepo: engine.#GitPull & {
remote: "https://github.com/dagger/dagger.git"
ref: "main"
username: "dagger-test"
password: inputs.secrets.token.contents
remote: "https://github.com/dagger/dagger.git"
ref: "main"
auth: {
username: "dagger-test"
password: inputs.secrets.token.contents
}
}
testContent: engine.#Exec & {