We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab45e8 commit 3c23ba9Copy full SHA for 3c23ba9
build.yaml
@@ -2,13 +2,13 @@ schedules:
2
adhoc:
3
schedule: adhoc
4
os:
5
- - osx-high-sierra
+ - osx/high-sierra
6
- ubuntu/trusty64
7
java:
8
- oraclejdk8
9
build:
10
- script: |
11
- if [ "$OS_VERSION" = "osx-high-sierra" ]; then
+ if [ "$OS_VERSION" = "osx/high-sierra" ]; then
12
mvn -B clean package -DskipTests
13
mvn -B -pl transport-native-unix-common,transport-native-kqueue -Partifactory deploy -DskipTests -DaltDeploymentRepository="artifactory::default::https://repo.datastax.com/datastax-releases-local"
14
else
0 commit comments