Correct formatting

This commit is contained in:
Hayden Faulds 2019-01-18 15:04:38 +00:00 committed by GitHub
parent 70b7839dcf
commit 19dee55bb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,13 +17,14 @@ action "Test" {
action "Acceptance Test Auth" {
uses = "./auth"
secrets = ["GCLOUD_AUTH"]
secrets = ["GCLOUD_AUTH"]
}
action "Acceptance Test CLI" {
needs = ["Acceptance Test Auth"]
uses = "./cli"
args = "auth list --filter no-such-account"
secrets = ["GCLOUD_AUTH"]
}
action "Build" {