Skip to content

Commit 7dc8076

Browse files
committed
add more debugging
1 parent a92609c commit 7dc8076

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/build_steps.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,17 @@ function clean_code_local {
3838
# XXX no need to do this
3939
# fill_submodule "$repo_dir"
4040
pushd $repo_dir
41+
echo in $repo_dir
4142
git fetch origin --tags
43+
echo after git fetch origin
4244
git checkout $build_commit
45+
echo after git checkout $build_commit
4346
git clean -fxd
47+
echo after git clean
4448
git reset --hard
49+
echo after git reset
4550
git submodule update --init --recursive
51+
echo after git submodule update
4652
popd
4753
}
4854

0 commit comments

Comments
 (0)