From 79d06fc7fbcb8579276279b4da14b35aba107b68 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 12 Jun 2024 12:47:19 -0400 Subject: [PATCH] chore: disable git in datadog-ci JS sourcemaps upload --- tubular/scripts/frontend_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubular/scripts/frontend_utils.py b/tubular/scripts/frontend_utils.py index a26e773c..7bda423d 100755 --- a/tubular/scripts/frontend_utils.py +++ b/tubular/scripts/frontend_utils.py @@ -279,7 +279,7 @@ def _upload_js_sourcemaps(self, app_dist): f'--release-version="{version}"', f'--project-path="{self.app_name}/"', '--minified-path-prefix="/"', # Sourcemaps are relative to the root when deployed - '--disable-git', + '--disable-git', # Disable Datadog's git integration as the current working directory is not a git repository ]) self.LOG('Uploading source maps to Datadog for app {}.'.format(self.app_name)) proc = subprocess.Popen(