Skip to content

Commit

Permalink
check vendor repo sha (#5002)
Browse files Browse the repository at this point in the history
Signed-off-by: Lan Xia <Lan_Xia@ca.ibm.com>
  • Loading branch information
llxia committed Jan 24, 2024
1 parent c7691e2 commit af34f92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions get.sh
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,10 @@ getVendorTestMaterial() {
cd $TESTDIR
fi

echo "check vendor repo sha"
repoName=$(basename $repoURL .git)
checkRepoSHA $dest $repoName

# move resources
if [ "$dir" != "" ] && [ -d $dest/$dir ]; then
echo "Stage $dest/$dir to $TESTDIR/$dir"
Expand Down

0 comments on commit af34f92

Please sign in to comment.