We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f285db2 commit 2e24556Copy full SHA for 2e24556
1 file changed
deploy
@@ -215,7 +215,7 @@ setup() {
215
test $? -eq 0 || abort setup paths failed
216
log running setup
217
log cloning $repo
218
- if test $fetch != "fast"; then
+ if test "$fetch" != "fast"; then
219
log "full fetch"
220
run "git clone --branch $branch $repo $path/source"
221
else
@@ -259,7 +259,7 @@ deploy() {
259
# fetch source
260
log fetching updates
261
262
263
264
run "cd $path/source && git fetch --all --tags"
265
0 commit comments