ci-scripts: replace old kurento-java repository with new one

pull/797/head
pabloFuente 2023-03-21 13:31:43 +01:00
parent 94bb69c418
commit 47e6ed01a5
1 changed files with 3 additions and 3 deletions

View File

@ -414,13 +414,13 @@ fi
# -------------
if [[ "${USE_SPECIFIC_KURENTO_JAVA_COMMIT}" == true ]]; then
git clone https://github.com/Kurento/kurento-java.git
pushd kurento-java
git clone https://github.com/Kurento/kurento.git
pushd kurento/clients/java
git checkout -f "${KURENTO_JAVA_COMMIT}"
MVN_VERSION=$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)
mvn -B -Dmaven.artifact.threads=1 clean install
popd
rm -rf kurento-java
rm -rf kurento
mvn -B versions:set-property \
-Dproperty=version.kurento \
-DnewVersion="${MVN_VERSION}"