This is an automated email from the ASF dual-hosted git repository.

abaker pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 4bfa4ce  Missed some email references.
4bfa4ce is described below

commit 4bfa4ce78dfded87225c844f9674f26f0568e950
Author: Sean Goller <sgol...@pivotal.io>
AuthorDate: Thu Jul 5 11:12:00 2018 -0700

    Missed some email references.
---
 ci/pipelines/pull-request/base.yml | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/ci/pipelines/pull-request/base.yml 
b/ci/pipelines/pull-request/base.yml
index 0fff3df..1f0c964 100644
--- a/ci/pipelines/pull-request/base.yml
+++ b/ci/pipelines/pull-request/base.yml
@@ -22,10 +22,6 @@ resource_types:
     type: docker-image
     source:
       repository: frodenas/gcs-resource
-  - name: email
-    type: docker-image
-    source:
-      repository: pcfseceng/email-resource
   - name: pull-request
     type: docker-image
     source:
@@ -111,10 +107,6 @@ jobs:
               path: geode-unmerged-request
               status: failure
               context: $BUILD_JOB_NAME
-          - put: send-notification-email
-            params:
-              subject: results/subject
-              body: results/body
       on_success:
         aggregate:
         - put: geode
@@ -176,12 +168,6 @@ jobs:
           - geode-core:distributedTest
           - distributedtestcore
           path: geode/ci/scripts/test-run.sh
-      on_failure:
-        aggregate:
-        - put: send-notification-email
-          params:
-            subject: built-geode/subject
-            body: built-geode/body
 
       ensure:
         aggregate:
@@ -226,12 +212,6 @@ jobs:
           - distributedTest
           - distributedtesteverythingelse
           path: geode/ci/scripts/test-run.sh
-      on_failure:
-        aggregate:
-          - put: send-notification-email
-            params:
-              subject: built-geode/subject
-              body: built-geode/body
       ensure:
         aggregate:
         - task: archive-results-everythingelse

Reply via email to