Skip to content

Commit

Permalink
Update to publish to internal artifactory
Browse files Browse the repository at this point in the history
Internal artifactory also mirrors to repo.datastax.com, so publishing
here will publish to both places.
  • Loading branch information
tolbertam committed Jul 15, 2019
1 parent 048f0b4 commit 565111c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ build:
echo "OS VERSION ===== $OS_VERSION"
if [ "$OS_VERSION" = "osx/high-sierra" ]; then
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"
mvn -B -pl transport-native-unix-common,transport-native-kqueue -Partifactory deploy -DskipTests -DaltDeploymentRepository="artifactory::default::https://repo.sjc.dsinternal.org/artifactory/datastax-releases-local"
else
export DEBIAN_FRONTEND=noninteractive
export MAVEN_HOME=/home/jenkins/.mvn/apache-maven-3.2.5
export PATH=$MAVEN_HOME/bin:$PATH
sudo apt-get update
sudo apt-get install -y autoconf automake libtool make tar gcc-multilib libaio-dev
mvn -B clean deploy -Partifactory -DskipTests -DaltDeploymentRepository="artifactory::default::https://repo.datastax.com/datastax-releases-local"
mvn -B clean deploy -Partifactory -DskipTests -DaltDeploymentRepository="artifactory::default::https://repo.sjc.dsinternal.org/artifactory/datastax-releases-local"
fi

0 comments on commit 565111c

Please sign in to comment.