Skip to content

Commit 9dfa5a5

Browse files
authored
Add --autostash to ignore uncommited changes
1 parent 8cc7121 commit 9dfa5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/install-composable.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ gitdir="${SCRIPT_DIR}/composable"
3232
if [[ ! -d "${gitdir}" ]]; then
3333
git -C "${SCRIPT_DIR}" clone [email protected]:composable-operator/composable.git
3434
else
35-
git -C "${gitdir}" pull
35+
git -C "${gitdir}" pull --autostash
3636
fi
3737

3838
echo "Installing composable-operator"

0 commit comments

Comments
 (0)