Default value for DOCKER_ORG
This commit is contained in:
parent
455bf6023d
commit
7afe1c0e54
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Bash version should >= 4 to be able to run this script.
|
# 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
|
if [ -z "$1" ]; then
|
||||||
read -p "Task (test|build|push|all) : " TASK
|
read -p "Task (test|build|push|all) : " TASK
|
||||||
|
|
Loading…
Reference in a new issue