Skip to content

Commit fd9b73d

Browse files
authored
Merge pull request #438 from datastax/fix_release_build
Exclude OSX from Jenkins release
2 parents 3b899d4 + de11641 commit fd9b73d

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
@@ -43,6 +43,9 @@ package:
4343
include: # list of files and glob paths to include in the artifact, relative to the current working directory
4444
- packaging/packages/*
4545
release:
46+
matrix:
47+
exclude:
48+
- os: [ osx/high-sierra ]
4649
after:
4750
each:
4851
- script: |

0 commit comments

Comments
 (0)