We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f8fd7 commit 048f0b4Copy full SHA for 048f0b4
build.yaml
@@ -10,7 +10,7 @@ build:
10
- script: |
11
echo "OS VERSION ===== $OS_VERSION"
12
if [ "$OS_VERSION" = "osx/high-sierra" ]; then
13
- mvn -B clean package -DskipTests
+ mvn -B clean -DskipTests
14
mvn -B -pl transport-native-unix-common,transport-native-kqueue -Partifactory deploy -DskipTests -DaltDeploymentRepository="artifactory::default::https://repo.datastax.com/datastax-releases-local"
15
else
16
export DEBIAN_FRONTEND=noninteractive
0 commit comments