Skip to content

Commit 8b8d838

Browse files
committed
removed debug stuff
1 parent ccf9c5a commit 8b8d838

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/ci/build_check.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
from ci_config import CI_CONFIG, BuildConfig
2121
from docker_pull_helper import get_image_with_version
2222
from tee_popen import TeePopen
23-
from git_helper import Git, Runner
2423

2524
IMAGE_NAME = "altinityinfra/binary-builder"
2625

@@ -202,12 +201,6 @@ def upload_master_static_binaries(
202201
def main():
203202
logging.basicConfig(level=logging.INFO)
204203

205-
git = Git()
206-
logging.info(f"""git stuff, latest: {git.latest_tag},
207-
description: {git.description},
208-
remotes: {Runner().run('git status')}
209-
""")
210-
211204
build_check_name = sys.argv[1]
212205
build_name = sys.argv[2]
213206

0 commit comments

Comments
 (0)