Merge pull request #4314 from justinsb/e2e_fixes

Remove stray r
This commit is contained in:
roberthbailey 2015-02-11 10:29:20 -08:00
commit d68107be5e

View File

@ -59,7 +59,7 @@ function setup {
function cleanup {
"${KUBECTL}" stop rc monitoring-influx-grafana-controller &> /dev/null || true
"${KUBECTL}" stop rc monitoring-heapster-controller &> /dev/null || true
r "${KUBECTL}" delete -f "${MONITORING}/" &> /dev/null || true
"${KUBECTL}" delete -f "${MONITORING}/" &> /dev/null || true
# This only has work to do on gce and gke
if [[ "${KUBERNETES_PROVIDER}" == "gce" ]] || [[ "${KUBERNETES_PROVIDER}" == "gke" ]]; then