1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-24 06:42:54 +00:00

add all ci relevant tools to the build helper (#290)

also push the build helper into the docker hub

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels
2019-11-21 08:37:01 +01:00
committed by GitHub
parent ead0acfdb0
commit 3165430f72
5 changed files with 50 additions and 16 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ set -euo pipefail
IFS=$'\n\t'
if ! command -v reg > /dev/null; then
echo "Please install reg to list available tags. You can only press enter when being asked for a tag."
echo "Please install reg to list available tags. Until then please only press enter and don't enter a version number when being asked for a tag."
fi
if [ ! -e ./.env ]; then