diff options
author | Renu Kumari <renu.kumari@bell.ca> | 2021-05-17 07:16:48 -0400 |
---|---|---|
committer | Renu Kumari <renu.kumari@bell.ca> | 2021-05-17 18:10:21 -0400 |
commit | bd35b4d03a474ce425040cc4656c7b94a87ef399 (patch) | |
tree | 1b7b230b218b538ffced9004d001fead6bd2c31c /csit | |
parent | 1baf48d05be1cd32e22c065ebfec218da100d1f2 (diff) |
nexus registry is parmateterized
Issue-ID: CPS-311
Signed-off-by: Renu Kumari <renu.kumari@bell.ca>
Change-Id: I158387f54b1a9d3d60e6d97cc3336391745af3c0
Diffstat (limited to 'csit')
-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 56f007d9bb..2e8b5a4286 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= +mvn clean install -Dmaven.test.skip=true -Ddocker.repository.push= ``` Execute test from current cps folder: |