mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-25 01:04:01 +01:00
Merge branch 'master' into 5.0
This commit is contained in:
commit
f0cec79904
6
.github/workflows/CI.yml
vendored
6
.github/workflows/CI.yml
vendored
@ -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:
|
||||
|
@ -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' | \
|
||||
|
@ -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' | \
|
||||
|
Loading…
Reference in New Issue
Block a user