Skip to content

Commit 048f0b4

Browse files
committed
don't package just clean
1 parent f2f8fd7 commit 048f0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build:
1010
- script: |
1111
echo "OS VERSION ===== $OS_VERSION"
1212
if [ "$OS_VERSION" = "osx/high-sierra" ]; then
13-
mvn -B clean package -DskipTests
13+
mvn -B clean -DskipTests
1414
mvn -B -pl transport-native-unix-common,transport-native-kqueue -Partifactory deploy -DskipTests -DaltDeploymentRepository="artifactory::default::https://repo.datastax.com/datastax-releases-local"
1515
else
1616
export DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)