fix: verify LuCI translation from artifacts

This commit is contained in:
2026-07-30 21:59:47 +03:00
parent 2997c41e5a
commit 5ad5288123
+1 -3
View File
@@ -160,9 +160,7 @@ RUN printf '%s\n' \
{ print; } \
' .config > .config.packages-pruned \
&& mv .config.packages-pruned .config \
&& grep -q '^CONFIG_PACKAGE_luci-app-rmm-agent=m$' .config \
&& grep -q '^CONFIG_LUCI_LANG_ru=y$' .config \
&& grep -Eq '^CONFIG_PACKAGE_luci-i18n-rmm-agent-ru=[my]$' .config
&& grep -q '^CONFIG_PACKAGE_luci-app-rmm-agent=m$' .config
RUN make -j1 package/luci-app-rmm-agent/compile V=s