Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tests/helix/send-to-helix-inner.proj
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,11 @@
<HelixPreCommand Include="docker info" />
<HelixPreCommand Include="docker ps" />
<HelixPreCommand Include="docker container ls --all" />
<HelixPreCommand Include="$(_ShutdownDockerContainersCommand)" />
<HelixPreCommand Include="docker volume ls" />
<HelixPreCommand Include="$(_DeleteDockerVolumesCommand)" />
<HelixPreCommand Include="docker network ls" />
<HelixPreCommand Include="docker network prune -f" />

<HelixPostCommand Include="docker container ls --all" />
<HelixPostCommand Include="docker volume ls" />
Expand Down