File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ profiles:
45
45
artifacts :
46
46
- image : agent
47
47
custom :
48
- buildCommand : " inv agent.hacky-dev-image-build --target-image=$IMAGE"
48
+ buildCommand : " deva inv agent.hacky-dev-image-build --target-image=$IMAGE"
49
49
- image : clusteragent
50
50
custom :
51
- buildCommand : " inv cluster-agent.hacky-dev-image-build --target-image=$IMAGE"
51
+ buildCommand : " deva inv cluster-agent.hacky-dev-image-build --target-image=$IMAGE"
52
52
- name : minikube
53
53
activation :
54
54
- kubeContext : minikube
@@ -58,8 +58,8 @@ profiles:
58
58
- image : agent
59
59
custom :
60
60
buildCommand : " docker exec datadog_agent_devcontainer bash -c \"
61
- inv agent.hacky-dev-image-build --target-image=$IMAGE\" "
61
+ deva inv agent.hacky-dev-image-build --target-image=$IMAGE\" "
62
62
- image : clusteragent
63
63
custom :
64
64
buildCommand : " docker exec datadog_agent_devcontainer bash -c \"
65
- inv cluster-agent.hacky-dev-image-build --target-image=$IMAGE\" "
65
+ deva inv cluster-agent.hacky-dev-image-build --target-image=$IMAGE\" "
You can’t perform that action at this time.
0 commit comments