Skip to content

Commit

Permalink
fix: properly set replace directive for GitHub
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <[email protected]>
  • Loading branch information
rustatian committed Jan 15, 2024
1 parent 8314e04 commit 4e77a1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions github/pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ func (p *processor) run() {
modInfo.PseudoVersion = velox.ParseModuleInfo(modInfo.ModuleName, at.Time, commits[0].GetSHA()[:12])

if v.pluginCfg.Replace != "" {
modInfo.Replace = v.pluginCfg.Replace
p.log.Debug("[REPLACE REQUESTED]", zap.String("plugin", v.name), zap.String("path", v.pluginCfg.Replace))
}

Expand Down
2 changes: 1 addition & 1 deletion velox_rr_v2023.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build_args = [
]

[roadrunner]
ref = "v2023.3.8"
ref = "v2023.3.9"

[github]
[github.token]
Expand Down

0 comments on commit 4e77a1c

Please sign in to comment.