From 7f4dde8bdd95c15cda2ff8832e96e0bdaf774747 Mon Sep 17 00:00:00 2001 From: Erin Corson Date: Tue, 28 Apr 2020 18:58:46 -0600 Subject: [PATCH] testing --- devops/azure-pipelines.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devops/azure-pipelines.yaml b/devops/azure-pipelines.yaml index 86785d250ae..63b99d8f270 100644 --- a/devops/azure-pipelines.yaml +++ b/devops/azure-pipelines.yaml @@ -127,6 +127,8 @@ steps: make install kubectl get namespaces cat go.mod + git status + git checkout -- go.mod # kubectl -n cert-manager rollout status deployment.v1.apps/cert-manager # kubectl get pods --namespace cert-manager # echo "all the pods should be running"