Skip to content

Commit a97716c

Browse files
committed
Don't package then deploy
1 parent 4fe2598 commit a97716c

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
@@ -17,5 +17,5 @@ build:
1717
export PATH=$MAVEN_HOME/bin:$PATH
1818
sudo apt-get update
1919
sudo apt-get install -y autoconf automake libtool make tar gcc-multilib libaio-dev
20-
mvn -B clean package deploy -Partifactory -DskipTests -DaltDeploymentRepository="artifactory::default::https://repo.datastax.com/datastax-releases-local"
20+
mvn -B clean deploy -Partifactory -DskipTests -DaltDeploymentRepository="artifactory::default::https://repo.datastax.com/datastax-releases-local"
2121
fi

0 commit comments

Comments
 (0)