#!/bin/bash set -e set -u APPSTORE_HOME=$(git config appstore.home) . $APPSTORE_HOME/lib/common # HEADER END # stdin contains the refs pushed. #REPO="$(pwd)" REPO="$GIT_DIR" APPS="$(git config appstore.apps)" unset GIT_DIR exec appstore server-sync "$REPO" "$APPS"