Merge branch 'master' into 5.0

This commit is contained in:
Alexey Pustovalov 2021-06-10 02:23:02 +03:00
commit f0cec79904
3 changed files with 1 additions and 7 deletions

View File

@ -6,7 +6,6 @@ on:
- published
push:
branches:
- '3.0'
- '4.0'
- '5.0'
- '5.2'
@ -47,10 +46,7 @@ jobs:
os:
- alpine
- ubuntu
- centos
exclude:
- os: centos
build: agent2
- ol
runs-on: ubuntu-20.04
steps:

View File

@ -85,7 +85,6 @@ RUN set -eux && \
rm -f locale/add_new_language.sh locale/update_po.sh locale/make_mo.sh && \
ln -s "/etc/zabbix/web/zabbix.conf.php" "/usr/share/zabbix/conf/zabbix.conf.php" && \
ln -s "/etc/zabbix/web/maintenance.inc.php" "/usr/share/zabbix/conf/maintenance.inc.php" && \
./locale/make_mo.sh && \
mkdir -p /var/lib/locales/supported.d/ && \
rm -f /var/lib/locales/supported.d/local && \
cat /usr/share/zabbix/include/locales.inc.php | grep display | grep true | awk '{$1=$1};1' | \

View File

@ -96,7 +96,6 @@ RUN set -eux && \
rm -f locale/add_new_language.sh locale/update_po.sh locale/make_mo.sh && \
ln -s "/etc/zabbix/web/zabbix.conf.php" "/usr/share/zabbix/conf/zabbix.conf.php" && \
ln -s "/etc/zabbix/web/maintenance.inc.php" "/usr/share/zabbix/conf/maintenance.inc.php" && \
./locale/make_mo.sh && \
mkdir -p /var/lib/locales/supported.d/ && \
rm -f /var/lib/locales/supported.d/local && \
cat /usr/share/zabbix/include/locales.inc.php | grep display | grep true | awk '{$1=$1};1' | \