Skip to content

Commit

Permalink
common logic
Browse files Browse the repository at this point in the history
Signed-off-by: Feny Mehta <[email protected]>
  • Loading branch information
fbm3307 committed Sep 24, 2024
1 parent 7388b3b commit 6ebd42e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/verify-replace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ do
git clone --depth=1 ${repo} ${repo_path}
echo "Repo cloned successfully"
cd ${repo_path}
if [ $(basename ${repo}) == "host-operator" ]; then
make generate
fi
make pre-verify
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 6ebd42e

Please sign in to comment.