speedup terminate-droplets command
I was a bit annoyed by the fact that terminating old CI droplets took so long. I figured that if we first call the 'stop' command for all droplets and then loop over them again, we wouldn't have to wait a minute for each droplet to be stopped. I assume this change speeds up the termination step of CI by half a minute per droplet or something.