Skip to content

Commit

Permalink
Undo commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
kabirbaidhya committed Feb 24, 2018
1 parent 132b497 commit db3159f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions boss/api/deployment/preset/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ def deploy():
is_remote_setup = buildman.is_remote_setup()
is_first_deployment = not is_remote_setup

# if is_remote_setup and buildman.is_remote_up_to_date():
# echo('Remote build is already up to date.')
# return
if is_remote_setup and buildman.is_remote_up_to_date():
echo('Remote build is already up to date.')
return

branch = git.current_branch(remote=False)
commit = git.last_commit(remote=False, short=True)
Expand Down

0 comments on commit db3159f

Please sign in to comment.