Add feedback on success
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5fa5530e0a
commit
46ff2a0f99
@ -3,7 +3,7 @@ type: kubernetes
|
||||
name: 'Golang Build'
|
||||
|
||||
environment:
|
||||
BINARY_VERSION: v0.3.0
|
||||
BINARY_VERSION: v0.3.1
|
||||
|
||||
clone:
|
||||
disable: true
|
||||
|
@ -47,4 +47,6 @@ func main() {
|
||||
if err := hypervisor.SetVirtualMachineProperties(ctx, fnd, opts.VirtualMachine, opts.Network); err != nil {
|
||||
log.Fatalf("[ERROR] Could not apply vApp properties: %s", err)
|
||||
}
|
||||
|
||||
log.Printf("[SUCCESS] Network protocol profile properties added to virtual machine '%s' and configured for network '%s'", opts.VirtualMachine, opts.Network)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user