ci-scripts: replace cd with popd
This commit is contained in:
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…
x
Reference in New Issue
Block a user