Skip to content

Commit

Permalink
Gate publishing the gocli binary on running director integration tests
Browse files Browse the repository at this point in the history
[#125439261]

Signed-off-by: Rob Day-Reynolds <rdayreynolds@pivotal.io>
  • Loading branch information
DennisDenuto authored and Rob Day-Reynolds committed Oct 18, 2016
1 parent 463c686 commit 86f650a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
- aggregate:
- get: bosh-src
trigger: true
- get: version-semver
params: {bump: patch}
- get: bosh-cli
passed: [test-unit,test-integration]
trigger: true
Expand Down Expand Up @@ -112,7 +114,9 @@ jobs:
plan:
- aggregate:
- get: bosh-cli
passed: [test-acceptance]
passed:
- test-acceptance
- integration-2.3-postgres-gocli
trigger: true
- get: version-semver
params: {bump: patch}
Expand Down Expand Up @@ -189,6 +193,11 @@ resources:
access_key_id: {{aws_s3_release_bucket_access_key}}
secret_access_key: {{aws_s3_release_bucket_secret_key}}

- name: slack-alert
type: slack-notification
source:
url: {{slack_hook_url}}

- name: version-semver
type: semver
source:
Expand Down

0 comments on commit 86f650a

Please sign in to comment.