CI Systems#

Development#

CI-related files are stored in GitHub at dogtagpki/pki-ci.

To clone the repository:

$ git clone git@github.com:dogtagpki/pki-ci.git
$ cd pki-ci

To create a fork, create a fork in GitHub, then add a remote repository:

$ git remote add <USER> git@github.com:<USER>/pki-ci.git
$ git fetch <USER>

References#