mirror of https://github.com/OpenVidu/openvidu.git
ci-scripts: fix method --wait-for-npm-dependency
parent
585767ec0c
commit
35113f6837
|
@ -612,5 +612,4 @@ if [[ "${WAIT_FOR_NPM_DEPENDENCY}" == true ]]; then
|
||||||
VERSION_AUX=$(eval "${CHECK_VERSION_AVAILABILTY}")
|
VERSION_AUX=$(eval "${CHECK_VERSION_AVAILABILTY}")
|
||||||
done
|
done
|
||||||
echo "${DEPENDENCY}@${VERSION} already available in NPM"
|
echo "${DEPENDENCY}@${VERSION} already available in NPM"
|
||||||
popd
|
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue