mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-23 14:22:54 +00:00
move docker_repo into the ifndef as well
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
docker_repo := zokradonh
|
|
||||||
# if not run in travis, get docker_login and _pwd from file
|
# if not run in travis, get docker_login and _pwd from file
|
||||||
ifndef TRAVIS
|
ifndef TRAVIS
|
||||||
|
docker_repo := zokradonh
|
||||||
docker_login := `cat ~/.docker-account-user`
|
docker_login := `cat ~/.docker-account-user`
|
||||||
docker_pwd := `cat ~/.docker-account-pwd`
|
docker_pwd := `cat ~/.docker-account-pwd`
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user