Skip to content

Commit

Permalink
chore: introduce NPM_DEPLOY
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed Jun 11, 2024
1 parent e238451 commit 8d24281
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 @@ -265,7 +265,7 @@ def _upload_js_sourcemaps_config(self):
self.LOG('Could not find version for app {} while uploading source maps.'.format(self.app_name))
return

# Successfully determined service and version for the deployment and installed ``@datadog/datadog-ci``.
# Successfully determined service and version for the app deployment
return service, version

def _upload_js_sourcemaps(self, app_path):
Expand Down

0 comments on commit 8d24281

Please sign in to comment.