v0.11.3
This commit is contained in:
7
tests/docker/stop.sh
Executable file
7
tests/docker/stop.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||
echo "Stopping and removing SSH test container..."
|
||||
docker compose -f "$DIR/compose.yml" down --remove-orphans
|
||||
echo "Stopped."
|
||||
Reference in New Issue
Block a user