mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2024-12-26 04:18:15 +03:00
Merge pull request #94 from stefan0xC/dont-stash-ignored
don't stash the node_modules folder
This commit is contained in:
commit
e7f8ac66be
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ else
|
|||
# If there already is a checked-out repo, lets clean it up first.
|
||||
pushd "${VAULT_FOLDER}"
|
||||
# Stash current changes if there are any, we don't want to loose our work if we had some
|
||||
git stash --all --quiet &> /dev/null || true
|
||||
git stash --include-untracked --quiet &> /dev/null || true
|
||||
# Checkout the master repo first
|
||||
git checkout master
|
||||
git reset --hard
|
||||
|
|
Loading…
Reference in a new issue