mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-05-30 06:40:22 +02:00
Removed Go build cache
This commit is contained in:
parent
d83d9b3b41
commit
5e0fb5d0bb
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user