promenade/tools/stop_gate.sh

18 lines
266 B
Bash
Executable File

#!/usr/bin/env bash
set -e
SCRIPT_DIR=$(realpath "$(dirname "${0}")")
WORKSPACE=$(realpath "${SCRIPT_DIR}/..")
GATE_UTILS=${WORKSPACE}/tools/g2/lib/all.sh
export GATE_UTILS
export WORKSPACE
source "${GATE_UTILS}"
vm_clean_all
net_clean
registry_down
nginx_down