Skip to content

Commit

Permalink
cleanup: unused code and pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeldeib authored Oct 15, 2019
1 parent 897a888 commit 6abdd8b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 141 deletions.
5 changes: 2 additions & 3 deletions devops/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ steps:
workingDirectory: '$(MODULE_PATH)'

- script: |
set -e
GO111MODULE="on" go get sigs.k8s.io/[email protected]
kind create cluster
export KUBECONFIG=$(kind get kubeconfig-path --name="kind")
Expand All @@ -119,9 +120,7 @@ steps:
kind load docker-image docker.io/controllertest:1 --loglevel "trace"
make install
kubectl get namespaces
echo "sleep 80 seconds to get the cert pods running"
sleep 80
echo "end of sleep"
kubectl -n cert-manager rollout status deployment.v1.apps/cert-manager
kubectl get pods --namespace cert-manager
echo "all the pods should be running"
make deploy
Expand Down
41 changes: 0 additions & 41 deletions pkg/client/deployment/deployment.go

This file was deleted.

39 changes: 0 additions & 39 deletions pkg/client/group/group.go

This file was deleted.

58 changes: 0 additions & 58 deletions pkg/iam/authorizers.go

This file was deleted.

0 comments on commit 6abdd8b

Please sign in to comment.