ci-scripts: add sudo to chmod command

pull/780/head
pabloFuente 2023-03-09 18:42:28 +01:00
parent 1892a90f88
commit d3d6e8d3be
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ if [[ "${PREPARE_TEST_ENVIRONMENT}" == true ]]; then
# Configure Snapshots repository # Configure Snapshots repository
if [[ -n "${KURENTO_SNAPSHOTS_URL:-}" ]]; then if [[ -n "${KURENTO_SNAPSHOTS_URL:-}" ]]; then
sudo mkdir -p /etc/maven sudo mkdir -p /etc/maven
chmod -R 777 /etc/maven sudo chmod -R 777 /etc/maven
pushd /etc/maven pushd /etc/maven
rm -f settings.xml rm -f settings.xml
curl https://raw.githubusercontent.com/OpenVidu/openvidu/master/ci-scripts/kurento-snapshots.xml -o settings.xml curl https://raw.githubusercontent.com/OpenVidu/openvidu/master/ci-scripts/kurento-snapshots.xml -o settings.xml