mirror of
https://github.com/honestbee/drone-kubernetes.git
synced 2025-05-13 08:03:17 +00:00
Remove erroneous -O flag for curl
This commit is contained in:
parent
631aab4f0e
commit
880302ffbe
2 changed files with 2 additions and 1 deletions
|
@ -28,6 +28,7 @@ fi
|
|||
kubectl config set-context default --cluster=default --user=default
|
||||
kubectl config use-context default
|
||||
|
||||
# kubectl version
|
||||
IFS=',' read -r -a DEPLOYMENTS <<< "$PLUGIN_DEPLOYMENT"
|
||||
for DEPLOY in ${DEPLOYMENTS[@]}; do
|
||||
echo Deploying to $KUBERNETES_SERVER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue