mirror of
https://github.com/budtmo/docker-android.git
synced 2025-12-08 18:25:50 +00:00
Default value for DOCKER_ORG
This commit is contained in:
parent
455bf6023d
commit
7afe1c0e54
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user