mirror of
https://github.com/rvalitov/zabbix-php-fpm.git
synced 2023-11-05 03:30:27 +01:00
[fix] testMissingPackagesDiscoveryScript
This commit is contained in:
parent
36808569fd
commit
450279b984
@ -21,9 +21,6 @@ jobs:
|
||||
- zabbix-agent
|
||||
before_script:
|
||||
- sudo curl -o /usr/local/bin/shunit2 https://raw.githubusercontent.com/kward/shunit2/master/shunit2
|
||||
- sudo apt-get -y purge jq
|
||||
- sudo apt-get -y purge libfcgi-bin libfcgi0ldbl
|
||||
- sudo apt autoremove
|
||||
script: bash tests/missing.sh
|
||||
- os: linux
|
||||
dist: bionic
|
||||
|
@ -17,6 +17,10 @@ oneTimeSetUp() {
|
||||
sudo chmod +x /etc/zabbix/zabbix_php_fpm_discovery.sh
|
||||
sudo chmod +x /etc/zabbix/zabbix_php_fpm_status.sh
|
||||
|
||||
sudo apt-get -y purge jq
|
||||
sudo apt-get -y purge libfcgi-bin libfcgi0ldbl
|
||||
sudo apt autoremove
|
||||
|
||||
echo "All done, starting tests..."
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user