Added google analytics and automation script for Genymotion

This commit is contained in:
butomo1989
2018-10-26 15:00:46 +02:00
parent 68db6315d4
commit 500fff9da4
12 changed files with 171 additions and 14 deletions
+3
View File
@@ -13,6 +13,9 @@ else
elif [ ! -z "$REAL_DEVICE" ]; then
echo "[SUPPORT FOR REAL DEVICE: BUILD DOCKER IMAGES AND PUSH THOSE TO DOCKER HUB ]"
bash release_real.sh all $TRAVIS_TAG
elif [ ! -z "$GENYMOTION" ]; then
echo "[SUPPORT FOR GENYMOTION: BUILD DOCKER IMAGES AND PUSH THOSE TO DOCKER HUB ]"
bash release_genymotion.sh all $TRAVIS_TAG
fi
echo "Log out of docker hub"
docker logout