Skip to content

Commit

Permalink
repokitteh: pin modules to git SHAs. (envoyproxy#9131)
Browse files Browse the repository at this point in the history
The main goal here is to improve stability via hermetic description of RK dependencies.

Signed-off-by: Harvey Tuch <[email protected]>
  • Loading branch information
htuch authored Dec 4, 2019
1 parent a90aefc commit 4e2f202
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions repokitteh.star
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
use("github.com/repokitteh/modules/assign.star")
use("github.com/repokitteh/modules/review.star")
use("github.com/repokitteh/modules/wait.star")
use("github.com/repokitteh/modules/circleci.star", secret_token=get_secret('circle_token'))
use("github.com/repokitteh/modules/assign.star#22520d03464dd9503e036c7fa365c427723c4aaf")
use("github.com/repokitteh/modules/review.star#22520d03464dd9503e036c7fa365c427723c4aaf")
use("github.com/repokitteh/modules/wait.star#22520d03464dd9503e036c7fa365c427723c4aaf")
use("github.com/repokitteh/modules/circleci.star#22520d03464dd9503e036c7fa365c427723c4aaf", secret_token=get_secret('circle_token'))
use(
"github.com/repokitteh/modules/ownerscheck.star",
"github.com/repokitteh/modules/ownerscheck.star#22520d03464dd9503e036c7fa365c427723c4aaf",
paths=[
{
"owner": "envoyproxy/api-shepherds!",
Expand Down

0 comments on commit 4e2f202

Please sign in to comment.