Remove any temp before deploy
This commit is contained in:
parent
b20214a22d
commit
f998588560
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ echo "> Deploying to GitHub..."
|
|||
|
||||
set -e
|
||||
|
||||
echo ">> Removing any existing..."
|
||||
rm -rf /tmp/existing-dotfiles || "No Existing Found"
|
||||
|
||||
echo ">> Downloading existing dotfiles..."
|
||||
git clone --depth=1 git@github.com:RealOrangeOne/dotfiles.git /tmp/existing-dotfiles
|
||||
|
||||
|
|
Loading…
Reference in a new issue