Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
verify-gofmt: do not run under sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
rphillips committed Oct 16, 2018
1 parent dc50254 commit be13410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/verify-gofmt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -euo pipefail

BOOTKUBE_ROOT=$(git rev-parse --show-toplevel)
sudo rkt run \
rkt run \
--volume bk,kind=host,source=${BOOTKUBE_ROOT} \
--mount volume=bk,target=/go/src/github.com/kubernetes-incubator/bootkube \
--insecure-options=image docker://golang:1.11.1 --exec /bin/bash -- -c \
Expand Down

0 comments on commit be13410

Please sign in to comment.