update deploy

This commit is contained in:
Sergey Zhemoytel 2025-01-06 18:55:53 +03:00
parent 62bea77c93
commit d4b418765f

View file

@ -156,7 +156,12 @@ runs:
arch=$(basename "${dir}")
type="rpm"
fi
send_package "$file" "$arch" "$type"
echo "********************************************************"
echo "file: " "$file"
echo "arch: " "$arch"
echo "type: " "$type"
echo "********************************************************"
send_package "$file" "$arch" "$type"
fi
done
fi