diff --git a/entrypoint.sh b/entrypoint.sh index 1c53bcb..d13870d 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -19,10 +19,6 @@ echo "DigitalOcean add the cluster kubeconfig" doctl kubernetes cluster kubeconfig save ${INPUT_DO_CLUSTER_CERTIFICATE} -echo "Kubectl pod list" - -kubectl get pods - echo "Kubectl deployment" kubectl set image deployment/${INPUT_DO_DEPLOYMENT_NAME} ${INPUT_DO_CONTAINER_NAME}=${INPUT_DO_IMAGE_TAG} \ No newline at end of file