Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Commit

Permalink
Merge pull request #32 from lystable/feature/remove-extra-logs
Browse files Browse the repository at this point in the history
Remove extra logs
  • Loading branch information
Yannis committed Nov 11, 2015
2 parents c54d433 + 34b959e commit 56fcb44
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dennis/tasks/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ def run(self):
)

# Checkout release
_log.info('Checking out and pulling release branch: {}'.format(
self.release.name
))
self._checkout_and_pull(self.release.name)

# Pull out changelog
Expand All @@ -80,7 +77,6 @@ def run(self):
)

# Get latest master commit ID
_log.info('Checking out master, to find last commit')
self._checkout('master')
last_commit_id = self.repo.heads.master.commit.hexsha

Expand Down

0 comments on commit 56fcb44

Please sign in to comment.