buildkite-plugins / docker-buildkite-plugin

🐳📦 Run any build step in a Docker container
MIT License
112 stars 106 forks source link

Add skip-checkout option #206

Closed tetienne closed 2 years ago

tetienne commented 2 years ago

I often meet the case where all the files I need I already contained within the Docker image. In such case, there is no reason to checkout the repository. The docker-compose plugin already implements this option.

toote commented 2 years ago

Added tests to the PR and corrected a bug with the implementation :)

tetienne commented 2 years ago

Thx for the update