Skip to content

Commit

Permalink
chore: remove cwd from datadog-ci sourcemaps upload
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed Jun 12, 2024
1 parent 2bcb9cf commit b9d7d03
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tubular/scripts/frontend_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ def _install_requirements_npm_deploy(self):
install_list = ' '.join(npm_deploy)
install_private_proc = subprocess.Popen(
[f'npm install {install_list} --no-save'],
cwd=self.app_name,
shell=True
)
install_private_proc_return_code = install_private_proc.wait()
Expand Down Expand Up @@ -300,7 +299,6 @@ def _upload_js_sourcemaps(self, app_dist):
app_dist,
command_args,
]),
cwd=self.app_name,
shell=True,
)
return_code = proc.wait()
Expand Down

0 comments on commit b9d7d03

Please sign in to comment.