Skip to content

Commit

Permalink
Rc
Browse files Browse the repository at this point in the history
Signed-off-by: Feny Mehta <[email protected]>
  • Loading branch information
fbm3307 committed Sep 25, 2024
1 parent 6ebd42e commit f0d26cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/verify-replace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ do
git clone --depth=1 ${repo} ${repo_path}
echo "Repo cloned successfully"
cd ${repo_path}
make pre-verify
make pre-verify || ERRORLIST+="($(basename ${repo}))"
echo "Initiating 'go mod replace' of current toolchain common version in dependent repos"
go mod edit -replace github.com/codeready-toolchain/toolchain-common=${C_PATH}
make verify-dependencies || ERRORLIST+="($(basename ${repo}))"
Expand Down

0 comments on commit f0d26cf

Please sign in to comment.