From 66c427f37a43d671db18d9f4937cd9b74f4dd5b6 Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Thu, 3 Aug 2017 13:34:07 -0700 Subject: [PATCH] Simplify dependcies in pipeline for atom --- concourse/pipeline.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/concourse/pipeline.yml b/concourse/pipeline.yml index 17605013b..ae86c1cfd 100644 --- a/concourse/pipeline.yml +++ b/concourse/pipeline.yml @@ -25,14 +25,6 @@ resources: uri: git@github.com:spring-projects/sts4.git branch: {{branch}} private_key: {{rsa_id}} -- name: atom-commons - type: git - source: - uri: git@github.com:spring-projects/sts4.git - branch: {{branch}} - private_key: {{rsa_id}} - paths: - - atom-extensions/atom-commons - name: atom-cf-manifest-yaml type: git source: @@ -479,8 +471,8 @@ jobs: plan: - aggregate: - get: sts4 - - get: atom-commons - trigger: true + passed: + - atom-language-servers-test - get: atom-cf-manifest-yaml trigger: true - get: s3-manifest-yaml-fatjar-snapshot