Overview
This guide is to help you to be able to find your repo files when building on CircleCI on all executors.
Checkout Command
There is a command that is called which will pull from your VCS which is the checkout command, this is called using the following line on your config.yml
:
- checkout
This command will pull all of the files into a directory called project which can be found at ~/project.
If you do not include the checkout step you will find that the folder exists but with no content.
Additional Resources:
More information about the checkout step can be found in our documentation linked here.
Comments
Article is closed for comments.