Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 270e424

Browse files
author
Igor Tarasov
committed
[scripts] update-android-docs.sh - stash before checkout.
1 parent bb0b1db commit 270e424

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/update-android-docs.sh

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ function generate_docs() {
8383

8484
function prepare_branch_with_documentation() {
8585
INTERIM_BRANCH_WITH_DOCUMENTATION="${BRANCH_WITH_DOCUMENTATION}_${1}"
86+
git stash --include-untracked
8687
git checkout $BRANCH_WITH_DOCUMENTATION
8788
mkdir -p $1
8889
cp -r $JAVADOC_OUTPUT_DIR/* $1

0 commit comments

Comments
 (0)