mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-08 08:26:13 +00:00
move docker_repo into the ifndef as well
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
parent
3c822ad08f
commit
c38da0ee3e
2
Makefile
2
Makefile
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user