berkeley-dsep-infra / hubploy

Toolkit to deploy many z2jh based JupyterHubs
BSD 3-Clause "New" or "Revised" License
17 stars 15 forks source link

Stop repeated checks for parent images #77

Closed yuvipanda closed 4 years ago

yuvipanda commented 4 years ago

The git log command we use will give us the same commit hash over and over again if that was the first time that directory had been committed. This meant we would repeatedly check for the existence of the same image.

This fixes that by stopping the generator once we repeat tags