Skip to content

Commit

Permalink
attempt to stop hardcoding install dir
Browse files Browse the repository at this point in the history
  • Loading branch information
chouquette committed Mar 4, 2024
1 parent 37abbc5 commit bae0667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ def omnibus_build(
omnibus_cache_dir = os.environ.get('OMNIBUS_GIT_CACHE_DIR')
use_omnibus_git_cache = omnibus_cache_dir is not None
if use_omnibus_git_cache:
omnibus_cache_dir += '/opt/datadog-agent'
# omnibus_cache_dir += '/opt/datadog-agent'
remote_cache_name = os.environ.get('CI_JOB_NAME_SLUG')
# We don't want to update the cache when not running on a CI
# Individual developers are still able to leverage the cache by providing
Expand Down

0 comments on commit bae0667

Please sign in to comment.