We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46096c6 commit f49a36dCopy full SHA for f49a36d
deploy.sh
@@ -140,7 +140,7 @@ if [[ "$BUILD_DIR" = false ]]; then
140
git config --global user.name "10upbot on GitHub"
141
142
# Ensure git archive will pick up any changed files in the directory try.
143
- test $(git ls-files --deleted) && git rm $(git ls-files --deleted)
+ test "$(git ls-files --deleted)" && git rm "$(git ls-files --deleted)"
144
if [ -n "$(git status --porcelain --untracked-files=all)" ]; then
145
git add .
146
git commit -m "Include build step changes"
0 commit comments