From de116419822c7138ed32c8d96e66419c3ad19c9b Mon Sep 17 00:00:00 2001 From: Michael Penick Date: Tue, 11 Dec 2018 13:09:17 -0500 Subject: [PATCH] Exclude OSX from Jenkins release --- build.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.yaml b/build.yaml index f408b46c1..42d1e6a38 100644 --- a/build.yaml +++ b/build.yaml @@ -43,6 +43,9 @@ package: include: # list of files and glob paths to include in the artifact, relative to the current working directory - packaging/packages/* release: + matrix: + exclude: + - os: [ osx/high-sierra ] after: each: - script: |