Default value for DOCKER_ORG

This commit is contained in:
Trinh Pham 2019-06-28 13:56:04 +07:00
parent 455bf6023d
commit 7afe1c0e54

View file

@ -1,7 +1,7 @@
#!/bin/bash
# Bash version should >= 4 to be able to run this script.
IMAGE="$DOCKER_ORG/docker-android"
IMAGE="${DOCKER_ORG:-budtmo}/docker-android"
if [ -z "$1" ]; then
read -p "Task (test|build|push|all) : " TASK