We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9efc7e2 commit 9c5974dCopy full SHA for 9c5974d
build-tools/cache_samples.sh
@@ -15,6 +15,7 @@ function clone_sample_repo() {
15
local repoUrl="$1"
16
local repoOutputDir="$2"
17
local repoRevision="$3"
18
+ echo $repoUrl $repoOutputDir $repoRevision
19
git clone $repoUrl $repoOutputDir
20
if [[ $repoRevision != "null" ]]; then
21
git checkout $repoRevision
0 commit comments