[CI] Specify kubectl version
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
a07925cb85
commit
3472e8df6d
@ -14,7 +14,7 @@ steps:
|
||||
pull: 'always'
|
||||
|
||||
commands:
|
||||
- echo $KUBE_CONFIG > $HOME/.kube/config.bin
|
||||
- base64 -d $HOME/.kube/config.bin > $HOME/.kube/config
|
||||
- cat $HOME/.kube/config
|
||||
- kubectl -n start-simoncor-net rollout restart deployment start-simoncor-net
|
||||
- 'echo $KUBE_CONFIG > $HOME/.kube/config.bin'
|
||||
- 'base64 -d $HOME/.kube/config.bin > $HOME/.kube/config'
|
||||
- 'cat $HOME/.kube/config'
|
||||
- 'kubectl -n start-simoncor-net rollout restart deployment start-simoncor-net'
|
||||
|
Loading…
Reference in New Issue
Block a user