From bae0667a612cd1065a3b75ace509d766ceef43ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Beauz=C3=A9e-Luyssen?= Date: Mon, 4 Mar 2024 16:13:25 +0100 Subject: [PATCH] attempt to stop hardcoding install dir --- tasks/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/agent.py b/tasks/agent.py index 7e38505487b7f..cca49a858c4fc 100644 --- a/tasks/agent.py +++ b/tasks/agent.py @@ -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