Skip to content

Commit

Permalink
Change the disk size from 500 GB (defaul) to 10 GB (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
allieychen authored Apr 11, 2019
1 parent 02199da commit d3fef86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/pipelines_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ function main {
--zones "${zones}" \
--image "${vt_docker_image}" \
--pvm-attempts 0 \
--attempts 1
--attempts 1 \
--disk-size 10
}

main "$@"

0 comments on commit d3fef86

Please sign in to comment.