Skip to content

Commit

Permalink
chore: disable git in datadog-ci JS sourcemaps upload
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed Jun 12, 2024
1 parent a5798c4 commit 79d06fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tubular/scripts/frontend_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 79d06fc

Please sign in to comment.