mirror of https://github.com/OpenVidu/openvidu.git
ci-scripts: remove wrong popd
parent
d320dd590d
commit
03c8b6e57f
|
|
@ -244,7 +244,6 @@ if [[ "${CHECK_AND_PREPARE_KURENTO_SNAPSHOT}" == true ]]; then
|
||||||
elif [[ -n "${M2_HOME:-}" ]]; then
|
elif [[ -n "${M2_HOME:-}" ]]; then
|
||||||
cp ~/.m2/settings.xml "${M2_HOME}/conf/settings.xml"
|
cp ~/.m2/settings.xml "${M2_HOME}/conf/settings.xml"
|
||||||
fi
|
fi
|
||||||
popd
|
|
||||||
else
|
else
|
||||||
echo "Kurento version is not a SNAPSHOT: ${KURENTO_VERSION}"
|
echo "Kurento version is not a SNAPSHOT: ${KURENTO_VERSION}"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue