vlead / ovpl

ADS - Automated Deployment Service
MIT License
0 stars 22 forks source link

ADS does not pull the latest changes once lab is re-deployed #67

Closed khushpreet-kaur closed 8 years ago

khushpreet-kaur commented 9 years ago

If test gets failed during lab deployment, ADS does not pull the latest changes of lab's code/repo from github. It uses the same existing repository again for deployment instead of updated one. This needs to be fixed.

ecthiender commented 9 years ago

When ADS has deployed a lab, and the lab needs to be redeployed with updated changes, ADS doesn't pull the latest changes.

It seems like, ADS just uses the lab from the local cache it maintains. This also hampers the testing and development process, as it leads to un-understandable and misleading errors.

On Tue, Jul 7, 2015 at 11:24 AM, Khushpreet Kaur notifications@github.com wrote:

If test gets failed during lab deployment, ADS does not pull the latest changes of lab's code/repo from github. It uses the same existing repository again for deployment instead of updated one. This needs to be fixed.

— Reply to this email directly or view it on GitHub https://github.com/vlead/ovpl/issues/67.

travula commented 8 years ago

Fixed