Skip to content

Commit 1094fb9

Browse files
Remove debug output (#85)
* Use a git log command that works on git 1.8.x and 2.x * Use a git log command that works on git 1.8.x and 2.x * Use a git log command that works on git 1.8.x and 2.x * Use a git log command that works on git 1.8.x and 2.x * Use a git log command that works on git 1.8.x and 2.x * Add type check fixes. * Add type check fixes. * build fix * build fix * build fix * Add release tagging * Add release tagging Minor updates * Add release tagging * Add release tagging * Bandit checks * Git tagging fix * Git tagging fix * Git tagging fix * Make tagging work if ssh is setup by the screwdriver server setup. * Support the old package publish environment setting variable so old templates don't break. * Don't run the validation on centos 5 since it doesn't work. * Don't run the validation on centos 5 since it doesn't work. * Remove debug print
1 parent 5ac6111 commit 1094fb9

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

changelog.d/4.bugfix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove debug output from autoversioner

src/screwdrivercd/version/version_types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ def generate(self):
271271
revision = os.environ.get('SD_BUILD', None)
272272
if not revision:
273273
revision = os.environ.get('SD_BUILD_ID', None)
274-
print(f'Revision={revision!r}')
275274
if not revision:
276275
raise VersionError('Unable to generate version, no SD_BUILD or SD_BUILD_ID value set in the environment variables')
277276
return [f'{str(now.year)[-2:]}', f'{now.month}', revision]

0 commit comments

Comments
 (0)