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 f10f1e8 commit c3fe7e2Copy full SHA for c3fe7e2
build.yaml
@@ -3,7 +3,7 @@ schedules:
3
schedule: adhoc
4
os:
5
- osx/high-sierra
6
- - ubuntu/trusty64
+ #- ubuntu/trusty64
7
java:
8
- oraclejdk8
9
build:
@@ -16,5 +16,5 @@ build:
16
export PATH=$MAVEN_HOME/bin:$PATH
17
sudo apt-get update
18
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
+ mvn -B package deploy -Partifactory -DskipTests -DaltDeploymentRepository="artifactory::default::https://repo.datastax.com/datastax-releases-local"
+ fi
0 commit comments