mirror of
https://github.com/vallard/drone-kube.git
synced 2026-06-04 18:24:19 +08:00
next time test before commiting... works now.
This commit is contained in:
@@ -100,7 +100,7 @@ func (p Plugin) Exec() error {
|
||||
}
|
||||
// create a deployment, ignore the deployment that it comes back with, just report the
|
||||
// error.
|
||||
_, err := clientset.ExtensionsV1beta1().Deployments(p.Config.Namespace).Update(&dep)
|
||||
_, err = clientset.ExtensionsV1beta1().Deployments(p.Config.Namespace).Update(&dep)
|
||||
|
||||
//err = listDeployments(clientset, p)
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user