Skip to content

Commit 1ac3799

Browse files
committed
try both os
1 parent 75f7ebf commit 1ac3799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ schedules:
33
schedule: adhoc
44
os:
55
- osx/high-sierra
6-
#- ubuntu/trusty64
6+
- ubuntu/trusty64
77
java:
88
- oraclejdk8
99
build:
1010
- script: |
1111
if [ "$OS_VERSION" = "osx/high-sierra" ]; then
1212
mvn -B -pl transport-native-kqueue,transport-native-unix-common package -DskipTests
13-
mvn -B deploy -pl transport-native-kqueue -Partifactory -DskipTests -DaltDeploymentRepository="artifactory::default::https://repo.datastax.com/datastax-releases-local"
13+
mvn -B -pl transport-native-kqueue -Partifactory deploy -DskipTests -DaltDeploymentRepository="artifactory::default::https://repo.datastax.com/datastax-releases-local"
1414
else
1515
export DEBIAN_FRONTEND=noninteractive
1616
export MAVEN_HOME=/home/jenkins/.mvn/apache-maven-3.2.5

0 commit comments

Comments
 (0)