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:
parent
d83d9b3b41
commit
5e0fb5d0bb
Dockerfiles/build-mysql/windows
@ -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…
Reference in New Issue
Block a user