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"
fi
if [[ $DIAGNOSTICS == "yes" ]]; then
post_to_api
fi
#if [[ $DIAGNOSTICS == "yes" ]]; then
# post_to_api
#fi
TEMP_DIR=$(mktemp -d)
pushd "$TEMP_DIR" >/dev/null