From 55728b7235839305f496cdfa44be259584719f39 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Ballesteros Date: Mon, 16 Oct 2023 13:35:13 +0200 Subject: [PATCH] Update build.sh --- ci-scripts/commons/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-scripts/commons/build.sh b/ci-scripts/commons/build.sh index 0f5fd083..85ba6660 100644 --- a/ci-scripts/commons/build.sh +++ b/ci-scripts/commons/build.sh @@ -235,8 +235,8 @@ if [[ "${CHECK_AND_PREPARE_KURENTO_SNAPSHOT}" == true ]]; then KURENTO_VERSION=$(awk -F'[<>]' '// {print $3}' pom.xml) if [[ "${KURENTO_VERSION}" == *"-SNAPSHOT" ]] && [[ -n "${KURENTO_SNAPSHOTS_URL:-}" ]]; then echo "Kurento version is a SNAPSHOT: ${KURENTO_VERSION}" - sudo mkdir -p /etc/maven - sudo chmod -R 777 /etc/maven + mkdir -p /etc/maven + chmod -R 777 /etc/maven pushd /etc/maven rm -f settings.xml curl https://raw.githubusercontent.com/OpenVidu/openvidu/master/ci-scripts/kurento-snapshots.xml -o settings.xml