We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccf9c5a commit 8b8d838Copy full SHA for 8b8d838
tests/ci/build_check.py
@@ -20,7 +20,6 @@
20
from ci_config import CI_CONFIG, BuildConfig
21
from docker_pull_helper import get_image_with_version
22
from tee_popen import TeePopen
23
-from git_helper import Git, Runner
24
25
IMAGE_NAME = "altinityinfra/binary-builder"
26
@@ -202,12 +201,6 @@ def upload_master_static_binaries(
202
201
def main():
203
logging.basicConfig(level=logging.INFO)
204
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
-
211
build_check_name = sys.argv[1]
212
build_name = sys.argv[2]
213
0 commit comments