Skip to content

Commit

Permalink
Increase docker volume size on Docker Windows to avoid failure on lin…
Browse files Browse the repository at this point in the history
…ter (#25606)
  • Loading branch information
KevinFairise2 authored May 15, 2024
1 parent 9e425d6 commit 66fd1e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab/source_test/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
- >
docker run --rm
-m 16384M
--storage-opt "size=50GB"
-v "$(Get-Location):c:\mnt"
-e AWS_NETWORKING=true
-e CI_PIPELINE_ID=${CI_PIPELINE_ID}
Expand Down

0 comments on commit 66fd1e4

Please sign in to comment.