Skip to content

Commit

Permalink
fix: [CI-14295]: fixed gradle config for build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
sahithibanda01 committed Sep 23, 2024
1 parent ae606ed commit 9f708e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion command/harness/delegate/delegate.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func (c *delegateCommand) run(*kingpin.ParseContext) error {
env.Settings.HarnessTestBinaryURI = "https://app.harness.io/storage/harness-download/harness-ti/split_tests"
}
if env.Settings.AutoInjectionBinaryURI == "" {
env.Settings.AutoInjectionBinaryURI = "https://app.harness.io/storage/harness-download/harness-ti/auto-injection/1.0.2"
env.Settings.AutoInjectionBinaryURI = "https://app.harness.io/storage/harness-download/harness-ti/auto-injection/1.0.3"
}
c.env = env
// setup the global logrus logger.
Expand Down
2 changes: 1 addition & 1 deletion command/harness/dlite/dlite.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func (c *dliteCommand) run(*kingpin.ParseContext) error {
env.Settings.HarnessTestBinaryURI = "https://app.harness.io/storage/harness-download/harness-ti/split_tests"
}
if env.Settings.AutoInjectionBinaryURI == "" {
env.Settings.AutoInjectionBinaryURI = "https://app.harness.io/storage/harness-download/harness-ti/auto-injection/1.0.2"
env.Settings.AutoInjectionBinaryURI = "https://app.harness.io/storage/harness-download/harness-ti/auto-injection/1.0.3"
}
c.env = env
// setup the global logrus logger.
Expand Down

0 comments on commit 9f708e4

Please sign in to comment.