mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-02 15:14:09 +01:00
8 lines
120 B
Bash
8 lines
120 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
export GOVC_USERNAME=$2
|
||
|
export GOVC_PASSWORD=$3
|
||
|
export GOVC_INSECURE=1
|
||
|
export GOVC_URL=$1
|
||
|
govc vm.destroy $4
|