1
0
mirror of https://github.com/zabbix/zabbix-docker.git synced 2025-01-12 08:38:32 +01:00

Removed Go build cache

This commit is contained in:
Alexey Pustovalov 2022-12-15 13:54:48 +09:00
parent d83d9b3b41
commit 5e0fb5d0bb
2 changed files with 22 additions and 21 deletions
Dockerfiles/build-mysql/windows

View File

@ -73,4 +73,5 @@ RUN Set-Location -Path $env:SystemDrive\.; `
mv $env:SystemDrive\postgresql_plugin\zabbix-agent2-plugin-postgresql $env:SystemDrive\postgresql_plugin\zabbix-agent2-plugin-postgresql.exe; `
Write-Host 'Verifying build ("zabbix-agent2-plugin-postgresql.exe -V") ...'; `
& $env:SystemDrive\postgresql_plugin\zabbix-agent2-plugin-postgresql.exe -V; `
Write-Host 'Zabbix binaries are compiled...';
Write-Host 'Zabbix binaries are compiled...'; `
Remove-Item -Recurse -Force -Path $(go env GOCACHE);