ci-scripts: remove wrong popd

This commit is contained in:
pabloFuente 2025-11-11 11:49:00 +01:00
parent d320dd590d
commit 03c8b6e57f

View File

@ -244,7 +244,6 @@ if [[ "${CHECK_AND_PREPARE_KURENTO_SNAPSHOT}" == true ]]; then
elif [[ -n "${M2_HOME:-}" ]]; then
cp ~/.m2/settings.xml "${M2_HOME}/conf/settings.xml"
fi
popd
else
echo "Kurento version is not a SNAPSHOT: ${KURENTO_VERSION}"
fi