Skip to content

Commit b7f89a6

Browse files
authored
Merge pull request #219 from riptano/fix_release_build
Exclude OSX from Jenkins release
2 parents 6f80ff2 + 15174a3 commit b7f89a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ package:
4545
include: # list of files and glob paths to include in the artifact, relative to the current working directory
4646
- packaging/packages/*
4747
release:
48+
matrix:
49+
exclude:
50+
- os: [ osx/high-sierra ]
4851
after:
4952
each:
5053
- script: |

0 commit comments

Comments
 (0)