feat: disable force again
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-11-30 11:52:50 +01:00
parent 818cc6c671
commit 879737eedd
Signed by: kjuulh
GPG Key ID: D85D7535F18F35FA

View File

@ -37,7 +37,7 @@ chmod +x "${INSTALL_DIR}/${BINARY_NAME}"
echo "Starting churn agent setup..."
set +e
res=$(churn agent setup --force --discovery "${CHURN_DISCOVERY}" 2>&1)
res=$(churn agent setup --discovery "${CHURN_DISCOVERY}" 2>&1)
set -e
exit_code=$?