File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ schedules:
3
3
schedule : adhoc
4
4
os :
5
5
- osx/high-sierra
6
- # - ubuntu/trusty64
6
+ - ubuntu/trusty64
7
7
java :
8
8
- oraclejdk8
9
9
build :
10
10
- script : |
11
11
if [ "$OS_VERSION" = "osx/high-sierra" ]; then
12
12
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"
14
14
else
15
15
export DEBIAN_FRONTEND=noninteractive
16
16
export MAVEN_HOME=/home/jenkins/.mvn/apache-maven-3.2.5
You can’t perform that action at this time.
0 commit comments