Browse Source

Merge pull request #1765 from nextcloud/mailOnlyOnMaster

Mail only on master
Tobias Kaminsky 7 năm trước cách đây
mục cha
commit
cac260b254
2 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 2 1
      .drone.yml
  2. 1 1
      scripts/lint/lint-results.txt

+ 2 - 1
.drone.yml

@@ -51,7 +51,8 @@ pipeline:
       recipients: [ $EMAIL_RECIPIENTS ]
       secrets: [ EMAIL_USERNAME, EMAIL_PASSWORD, EMAIL_RECIPIENTS, EMAIL_HOST ]
       when:
-        status: [ failure ]
+        status: failure
+        branch: master
 
 matrix:
   FLAVOUR:

+ 1 - 1
scripts/lint/lint-results.txt

@@ -1,2 +1,2 @@
 DO NOT TOUCH; GENERATED BY DRONE
-      <span class="mdl-layout-title">Lint Report: 447 warnings</span>
+      <span class="mdl-layout-title">Lint Report: 443 warnings</span>