Skip to content
Snippets Groups Projects
Commit 29b4e64d authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

fix(ci): properly removing docker volumes


Laurent noticed it on one of his MR and confirmed with him:
  -- Volumes have be created the 1st time they ran on avra on July 7th
  -- Volumes were created with not only the raw files but also the nr-softmodem executable

Solution: two-fold:
  1. using the `docker-compose down -v` syntax, the volume is deleted automatically
  2. I added redundancy with the custom command to remove the used volume

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 0f254383
No related branches found
No related tags found
1 merge request!2337integration_2023_w37
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment