How To Locate Your Repo Files When Using CircleCI

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.

Was this article helpful?
7 out of 11 found this helpful

Comments

0 comments

Article is closed for comments.