ci-scripts: fix /etc/maven permissions

pull/780/head
pabloFuente 2023-03-09 18:37:59 +01:00
parent 80b08eeea5
commit 1892a90f88
1 changed files with 1 additions and 0 deletions

View File

@ -344,6 +344,7 @@ if [[ "${PREPARE_TEST_ENVIRONMENT}" == true ]]; then
# Configure Snapshots repository
if [[ -n "${KURENTO_SNAPSHOTS_URL:-}" ]]; then
sudo 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