diff options
author | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-04-21 23:58:05 -0400 |
---|---|---|
committer | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-04-23 11:50:59 -0400 |
commit | 51ddaf6a3e004e9e9940d6ae3dc9b9e01188a85b (patch) | |
tree | b2023b89fd84a36679d0c68471f85b8c91e1e5ae | |
parent | 964fc0f1f9a19e64aa45c3f3469a8f4d5079724c (diff) |
Update documentation for csit tests
Issue-ID: CPS-356
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Change-Id: Ic6f31e7eaaf86fd51bb65f22b51668a74d792472
-rw-r--r-- | csit/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/README.md b/csit/README.md index f4b6adf901..56f007d9bb 100644 --- a/csit/README.md +++ b/csit/README.md @@ -41,7 +41,7 @@ cd ~/<your_git_repo>/cps Build a docker image (see also [docker-compose readme](../docker-compose/README.md) ) from your cps directory: ```bash -mvn clean install -Dmaven.test.skip=true -Dnexus.repository= -Pcps-xnf-docker +mvn clean install -Dmaven.test.skip=true -Dnexus.repository= ``` Execute test from current cps folder: |