mirror of
https://github.com/YunoHost/yunohost-ci.git
synced 2024-09-03 20:05:53 +02:00
10 lines
261 B
Bash
10 lines
261 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
# /opt/lxd-executor/cleanup.sh
|
||
|
|
||
|
currentDir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||
|
source ${currentDir}/base.sh # Get variables from base.
|
||
|
|
||
|
#echo "Deleting container $CONTAINER_ID"
|
||
|
|
||
|
#lxc delete -f "$CONTAINER_ID"
|