You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/test/infra/infra-mysql57/docker-compose-destroy.bash

12 lines
316 B

#!/bin/bash
set -e
set -o pipefail
pushd $(dirname $0) &>/dev/null
trap 'popd &>/dev/null' EXIT
set -a; . .env; set +a
export INFRA=${PWD##*/}
export COMPOSE_PROJECT="${INFRA}-${INFRA_ID}"
echo "Destroying CI Infra Cluster '${INFRA}' (Project: ${COMPOSE_PROJECT})..."
docker compose -p "${COMPOSE_PROJECT}" down -v