Skip to content

Commit

Permalink
fix: use https, not git, to allow building in pipeline w/ ssh key
Browse files Browse the repository at this point in the history
  • Loading branch information
donbowman committed Jul 22, 2019
1 parent 133cb25 commit c82350e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ all: ~/bin/kustomize ~/.config/kustomize/plugin/kustomize-sops/v1/sopssecret/Sop
sigs.k8s.io/kustomize/go.mod:
export GO111MODULE=on
mkdir -p sigs.k8s.io
git clone git@github.com:kubernetes-sigs/kustomize.git sigs.k8s.io/kustomize
git clone https://github.com/kubernetes-sigs/kustomize.git sigs.k8s.io/kustomize
# (cd sigs.k8s.io/kustomize; git checkout 6922dbbc706e1787d8d7f2a57e4eb594ea6863fa)
mkdir -p ~/.config/kustomize/plugin/kustomize-sops/v1/sopssecret
ln -s $$PWD/SopsSecret.go $$PWD/sigs.k8s.io/kustomize/plugin/
Expand Down

0 comments on commit c82350e

Please sign in to comment.