Skip to content

Commit c3fe7e2

Browse files
committed
osx test
1 parent f10f1e8 commit c3fe7e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ schedules:
33
schedule: adhoc
44
os:
55
- osx/high-sierra
6-
- ubuntu/trusty64
6+
#- ubuntu/trusty64
77
java:
88
- oraclejdk8
99
build:
@@ -16,5 +16,5 @@ build:
1616
export PATH=$MAVEN_HOME/bin:$PATH
1717
sudo apt-get update
1818
sudo apt-get install -y autoconf automake libtool make tar gcc-multilib libaio-dev
19-
mvn -B deploy -Partifactory -DskipTests -DaltDeploymentRepository="artifactory::default::https://repo.datastax.com/datastax-releases-local"
20-
fi
19+
mvn -B package deploy -Partifactory -DskipTests -DaltDeploymentRepository="artifactory::default::https://repo.datastax.com/datastax-releases-local"
20+
fi

0 commit comments

Comments
 (0)