Simplify dependcies in pipeline for atom
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user