Api testing

This commit is contained in:
Michel Roegl-Brunner 2025-06-10 08:58:16 +02:00
parent 2c7ff229a5
commit cefd3512b1

View File

@ -968,9 +968,9 @@ build_container() {
FEATURES="$FEATURES,fuse=1" FEATURES="$FEATURES,fuse=1"
fi fi
if [[ $DIAGNOSTICS == "yes" ]]; then #if [[ $DIAGNOSTICS == "yes" ]]; then
post_to_api # post_to_api
fi #fi
TEMP_DIR=$(mktemp -d) TEMP_DIR=$(mktemp -d)
pushd "$TEMP_DIR" >/dev/null pushd "$TEMP_DIR" >/dev/null