Skip to content

Commit

Permalink
Authentikos: Force go mod to use local packages.
Browse files Browse the repository at this point in the history
Not sure why, but remote unit tests are pulling in the master commit
when testing changes for `istio.io/test-infra/authentikos`. This is not
reproducable locally. This forces a local replacement for any references
to Authentikos to hopefully resolve the issue.
  • Loading branch information
wlynch committed Nov 4, 2020
1 parent ecc3277 commit 1629aa3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions authentikos/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ require (
k8s.io/client-go v0.0.0-20191008115822-1210218b4a26
k8s.io/klog v1.0.0
)

replace (
istio.io/test-infra/authentikos => ./
)

0 comments on commit 1629aa3

Please sign in to comment.