1
0
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:
Felix Bartels
2019-10-16 17:30:42 +02:00
committed by GitHub
parent a06a495c1d
commit b004988517
6 changed files with 75 additions and 36 deletions
+1 -1
View File
@@ -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