Skip to content

Commit 9efbdf5

Browse files
committed
don't pull
1 parent 91eabad commit 9efbdf5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deploy.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ git symbolic-ref HEAD refs/heads/$deploy_branch
3636
#put the previously committed contents of deploy_branch branch into the index
3737
git --work-tree "$deploy_directory" reset --mixed --quiet
3838

39-
git --work-tree "$deploy_directory" pull origin $deploy_branch
4039
git --work-tree "$deploy_directory" add --all
4140

4241
if git --work-tree "$deploy_directory" diff --exit-code --quiet HEAD; then

0 commit comments

Comments
 (0)