Skip to content

Commit

Permalink
simplify test
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Nov 7, 2023
1 parent 76cddf0 commit eb4b229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/cert-manager/template/testgrid/k8s-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
kubectl describe certificates | grep "The certificate has been successfully issued"
# setup cmctl
OS=$(go env GOOS); ARCH=$(go env GOARCH); curl -fsSL -o cmctl.tar.gz https://github.com/cert-manager/cert-manager/releases/v__testver__/download/cmctl-$OS-$ARCH.tar.gz
curl -fsSL -o cmctl.tar.gz https://github.com/cert-manager/cert-manager/releases/v__testver__/download/cmctl-linux-amd64.tar.gz
tar xzf cmctl.tar.gz
sudo mv cmctl /usr/local/bin
Expand Down

0 comments on commit eb4b229

Please sign in to comment.