mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-07 16:06:14 +00:00
try to fix password sourcing for travis
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
parent
a0e045ff38
commit
3c822ad08f
7
Makefile
7
Makefile
@ -1,6 +1,9 @@
|
||||
docker_repo := zokradonh
|
||||
docker_login := `cat ~/.docker-account-user`
|
||||
docker_pwd := `cat ~/.docker-account-pwd`
|
||||
# if not run in travis, get docker_login and _pwd from file
|
||||
ifndef TRAVIS
|
||||
docker_login := `cat ~/.docker-account-user`
|
||||
docker_pwd := `cat ~/.docker-account-pwd`
|
||||
endif
|
||||
|
||||
base_download_version := $(shell ./version.sh core)
|
||||
core_download_version := $(shell ./version.sh core)
|
||||
|
Loading…
x
Reference in New Issue
Block a user