Skip to content

Commit 9c5974d

Browse files
committed
TEMP log information
Signed-off-by: thepetk <[email protected]>
1 parent 9efc7e2 commit 9c5974d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-tools/cache_samples.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ function clone_sample_repo() {
1515
local repoUrl="$1"
1616
local repoOutputDir="$2"
1717
local repoRevision="$3"
18+
echo $repoUrl $repoOutputDir $repoRevision
1819
git clone $repoUrl $repoOutputDir
1920
if [[ $repoRevision != "null" ]]; then
2021
git checkout $repoRevision

0 commit comments

Comments
 (0)