mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-24 06:42:54 +00:00
Separate out testing dependencies to be more independent of travis
* move docker-hub-helper in a general ci folder * move installation of tools into dedicated script (will make it easier to use a different ci platform) * mention the setup-tools script in contributing and move testing instructions in there as well
This commit is contained in:
@@ -276,7 +276,7 @@ publish-container: ## Helper target to push a given image to a registry. Default
|
||||
done
|
||||
docker push $(docker_repo)/kopano_$(component):latest
|
||||
ifdef DOCKERREADME
|
||||
.travis/docker-hub-helper.sh $(component)
|
||||
.ci/docker-hub-helper.sh $(component)
|
||||
endif
|
||||
|
||||
publish-base: tag-base
|
||||
|
||||
Reference in New Issue
Block a user