import or eval should get updated

This commit is contained in:
Jorge Reyes
2025-09-19 12:26:08 -05:00
committed by GitHub
parent 198695af03
commit ba710c9944

View File

@@ -611,7 +611,7 @@ post_to_2.4.180() {
post_to_2.4.190() { post_to_2.4.190() {
# Only need to update import / eval nodes # Only need to update import / eval nodes
if [[ "$MINIONID" =~ "_import" ]] || [[ ! "$MINIONID" =~ "_eval" ]]; then if [[ "$MINIONID" =~ "_import" ]] || [[ "$MINIONID" =~ "_eval" ]]; then
update_import_fleet_output update_import_fleet_output
fi fi