You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[ "${TRAVIS_TAG}" =~ ^[0-9]+\.[0-9]+\.[0-9]+-[0-9]+$ ]]; then
pwd
bash --version
sudo apt-get install --only-upgrade bash
bash --version
./test/prepare.sh
else
echo "[Before install] Not doing the ''./test/prepare.sh', because the tag '${TRAVIS_TAG}' is not of form x.y.z-n or we are not building the master branch"