Skip to content

Commit

Permalink
don't package just clean
Browse files Browse the repository at this point in the history
  • Loading branch information
tjake committed Mar 13, 2019
1 parent f2f8fd7 commit 048f0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build:
- script: |
echo "OS VERSION ===== $OS_VERSION"
if [ "$OS_VERSION" = "osx/high-sierra" ]; then
mvn -B clean package -DskipTests
mvn -B clean -DskipTests
mvn -B -pl transport-native-unix-common,transport-native-kqueue -Partifactory deploy -DskipTests -DaltDeploymentRepository="artifactory::default::https://repo.datastax.com/datastax-releases-local"
else
export DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 048f0b4

Please sign in to comment.