We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f188866 commit 8d2fcbdCopy full SHA for 8d2fcbd
1 file changed
tests/config/install.sh
@@ -181,11 +181,8 @@ elif [[ "$USE_AZURE_STORAGE_FOR_MERGE_TREE" == "1" ]]; then
181
ln -sf $SRC_PATH/config.d/azure_storage_policy_by_default.xml $DEST_SERVER_PATH/config.d/
182
fi
183
184
-ARM="aarch64"
185
-OS="$(uname -m)"
186
if [[ -n "$EXPORT_S3_STORAGE_POLICIES" ]]; then
187
- echo "$OS"
188
- if [[ "$USE_DATABASE_REPLICATED" -eq 1 ]] || [[ "$OS" == "$ARM" ]]; then
+ if [[ "$USE_DATABASE_REPLICATED" -eq 1 ]]; then
189
echo "Azure configuration will not be added"
190
else
191
echo "Adding azure configuration"
0 commit comments