Skip to content

Commit 9787961

Browse files
authored
Create konflux-release-data.md
1 parent 1b3788b commit 9787961

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Cloning
2+
Cloning https://gitlab.cee.redhat.com/releng/konflux-release-data requires authentication with a token (and VPN). Here are the instructions below on how to git clone with authentication token:
3+
1. Create a personal access token https://docs.gitlab.com/user/profile/personal_access_tokens/
4+
2. git clone https://<username>:<TOKEN>@github.com/<USERNAME>/<REPO>.git (e.g. git clone https://jezhu:abc123abc123abc123@gitlab.cee.redhat.com/jezhu/konflux-release-data.git)
5+
## Running tests on local machine
6+
1. Install `tox` and `yp` (brew install tox, brew install yp)
7+
2. Run `tox` to run test suite

0 commit comments

Comments
 (0)