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 authored and pshipton committed Jan 26, 2024
1 parent 747afa0 commit ad971ae
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 @@ -639,6 +639,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 ad971ae

Please sign in to comment.