We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc7121 commit 9dfa5a5Copy full SHA for 9dfa5a5
hack/install-composable.sh
@@ -32,7 +32,7 @@ gitdir="${SCRIPT_DIR}/composable"
32
if [[ ! -d "${gitdir}" ]]; then
33
git -C "${SCRIPT_DIR}" clone [email protected]:composable-operator/composable.git
34
else
35
- git -C "${gitdir}" pull
+ git -C "${gitdir}" pull --autostash
36
fi
37
38
echo "Installing composable-operator"
0 commit comments