mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-21 21:33:02 +00:00
Makefile tweaks (#329)
* add --rm to build commands to prevent dangling images relates to https://github.com/Kopano-dev/kopano-docker/pull/11 * remove login from makefile * add docker login to travis instead * readme tweaks
This commit is contained in:
+7
-8
@@ -63,14 +63,13 @@ zpush)
|
||||
fi
|
||||
;;
|
||||
meet)
|
||||
KOPANO_CORE_REPOSITORY_URL=${KOPANO_MEET_REPOSITORY_URL:-""}
|
||||
if [[ $KOPANO_MEET_REPOSITORY_URL == http* ]]; then
|
||||
version=$(curl -s -S -L "$KOPANO_MEET_REPOSITORY_URL"/Packages | grep -A2 "Package: kopano-meet-packages")
|
||||
echo "${version##* }"
|
||||
exit
|
||||
fi
|
||||
;;
|
||||
|
||||
KOPANO_MEET_REPOSITORY_URL=${KOPANO_MEET_REPOSITORY_URL:-""}
|
||||
if [[ $KOPANO_MEET_REPOSITORY_URL == http* ]]; then
|
||||
version=$(curl -s -S -L "$KOPANO_MEET_REPOSITORY_URL"/Packages | grep -A2 "Package: kopano-meet-packages")
|
||||
echo "${version##* }"
|
||||
exit
|
||||
fi
|
||||
;;
|
||||
kdav)
|
||||
git ls-remote --tags https://stash.kopano.io/scm/kc/kdav.git | awk -F/ '{ print $3 }' | tail -1 | sed 's/^.//'
|
||||
exit
|
||||
|
||||
Reference in New Issue
Block a user