Ravi Srinivasan
2019-02-01 552dea2e72c1248e7fca2998d72029cb80cfb4bf
fixed clone URL's for lab. now pointing to our own RHT git
2 files modified
9 ■■■■■ changed files
1-the-manual-menace/README.md 5 ●●●● patch | view | raw | blame | history
2-attack-of-the-pipelines/README.md 4 ●●●● patch | view | raw | blame | history
1-the-manual-menace/README.md
@@ -81,7 +81,10 @@
2. Clone the scaffold project to your local machine's `do500-workspace` folder and pull all remote branches for use in later exercises. You may see an error saying `fatal: A branch named 'develop' already exists.` This error can be safely ignored.
```bash
git clone https://github.com/rht-labs/enablement-ci-cd && cd enablement-ci-cd
git clone https://github.com/RedHatTraining/rht-labs-ci-cd enablement-ci-cd
```
```bash
cd enablement-ci-cd
```
```bash
./git-pull-all.sh
2-attack-of-the-pipelines/README.md
@@ -93,7 +93,7 @@
cd ~/do500-workspace
```
```bash
git clone https://github.com/rht-labs/todolist-fe.git
git clone https://github.com/RedHatTraining/rht-labs-todolist-fe todolist-fe
```
```bash
cd todolist-fe
@@ -230,7 +230,7 @@
cd ~/do500-workspace
```
```bash
git clone https://github.com/rht-labs/todolist-api.git
git clone https://github.com/RedHatTraining/rht-labs-todolist-api todolist-api
```
```bash
cd todolist-api