Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Dec 30, 2022
1 parent 01f2b8b commit a818739
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions biweeklybudget/tests/docker_build.py
Expand Up @@ -187,9 +187,6 @@ def build_ver(self):
logger.debug('build_ver %s based on DOCKER_BUILD_VER env var',
env_ver)
return env_ver
if self._gitinfo['tag'] is not None:
logger.debug('build_ver %s based on git tag', self._gitinfo['tag'])
return self._gitinfo['tag']
return None

def _tag_for_local(self):
Expand Down

0 comments on commit a818739

Please sign in to comment.