mirror of https://github.com/OpenVidu/openvidu.git
ci-scripts: replace cd with popd
parent
572cc46c52
commit
ac8af98404
|
@ -348,7 +348,7 @@ if [[ "${PREPARE_TEST_ENVIRONMENT}" == true ]]; then
|
|||
# Configure Snapshots repository
|
||||
if [[ -n "${KURENTO_SNAPSHOTS_URL:-}" ]]; then
|
||||
mkdir -p /etc/maven
|
||||
cd /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
|
||||
sed -i "s|KURENTO_SNAPSHOTS_URL|${KURENTO_SNAPSHOTS_URL}|g" settings.xml
|
||||
|
|
Loading…
Reference in New Issue