From be1043aab64d769f86b92d17bfddd189ca2ea1e1 Mon Sep 17 00:00:00 2001 From: Ben Berry Date: Mon, 8 Feb 2021 16:20:23 -0800 Subject: [PATCH] fix pipeline syntax --- ci/pipeline.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index f5dff24..8ae969b 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -61,7 +61,7 @@ jobs: - get: src params: {depth: 1} trigger: true - passed: build-test-images + passed: [build-test-images] - put: cf-dev params: @@ -78,17 +78,17 @@ jobs: session_lifetime: 3600 public_route: ((dev-public-url)) - - task: update-networking - file: src/ci/upgrade-schema.yml - params: - CF_API_URL: ((dev-cf-api-url)) - CF_USERNAME: ((dev-cf-username)) - CF_PASSWORD: ((dev-cf-password)) - CF_ORGANIZATION: ((dev-cf-organization)) - CF_SPACE: ((dev-cf-space) + - task: update-networking + file: src/ci/upgrade-schema.yml + params: + CF_API_URL: ((dev-cf-api-url)) + CF_USERNAME: ((dev-cf-username)) + CF_PASSWORD: ((dev-cf-password)) + CF_ORGANIZATION: ((dev-cf-organization)) + CF_SPACE: ((dev-cf-space) -############################ +########################## # RESOURCES resources: