acammies
2018-04-09 5eb1565fddb1010139b9579180d8bb1eac211c6f
minor changes
1 files modified
5 ■■■■■ changed files
exercises/2-attack-of-the-pipelines/README.md 5 ●●●●● patch | view | raw | blame | history
exercises/2-attack-of-the-pipelines/README.md
@@ -490,10 +490,11 @@
    * The GitLab project URL
    * Projects to build on the Post Build Action
6. On the Build tab; remove the `:dev` from the `npm run build:ci:dev` so it just reads. The rest of the instructions can be left as they are.
6. On the Build tab; remove the `:dev` from the `npm run build:ci:dev` so it just reads.
```bash
scl enable rh-nodejs8 'npm run build:ci'
```
 The rest of the instructions can be left as they are.
6. Save the configuration for `dev-todolist-api-build`
@@ -515,7 +516,7 @@
6. Save the configuration for `dev-todolist-api-build` and that's it for wiring together our `todolist-api` pipeline.
 
6. Before we kick off the build; check out front end app and see if it has deployed successfully. Check the deployment in OpenShift and load the url. If it has been a success we should see our dummyData. This is because there is not backend deployed.
6. Before we kick off the build; check our front end app and see if it has deployed successfully. Check the deployment in OpenShift and load the url. If it has been a success we should see our dummyData. This is because there is not backend deployed.
![no-backend-app](../images/exercise2/no-backend-app.png)
6. Run the `dev-todolist-api-build` to trigger the backend pipeline. When complete we should see the sample data has changed