mirror of
https://github.com/YunoHost/yunohost-ci.git
synced 2024-09-03 20:05:53 +02:00
9 lines
235 B
Bash
Executable file
9 lines
235 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
current_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
|
source $current_dir/common.sh
|
|
|
|
info "Stopping container $CONTAINER_NAME"
|
|
|
|
incus stop "$CONTAINER_NAME"
|
|
incus delete "$CONTAINER_NAME"
|