From 03c8b6e57f687ecb4ddd1688cabb2ad06f844fd1 Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Tue, 11 Nov 2025 11:49:00 +0100 Subject: [PATCH] ci-scripts: remove wrong popd --- ci-scripts/commons/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci-scripts/commons/build.sh b/ci-scripts/commons/build.sh index e8448af74..1cd3970b0 100644 --- a/ci-scripts/commons/build.sh +++ b/ci-scripts/commons/build.sh @@ -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