mdubourg001 / glci

🦊 Test your Gitlab CI Pipelines changes locally using Docker.
571 stars 16 forks source link

Abort if pulling Docker image fails #26

Closed pfandzelter closed 3 years ago

pfandzelter commented 3 years ago

If pulling the CI Docker image fails, there should be some feedback to the user. By returning after rejecting the promise in the pull method, we can make sure the error message gets to the user.

Before:

Screen Shot 2021-02-26 at 5 34 49 PM

After:

Screen Shot 2021-02-26 at 5 33 02 PM