[SDC] fix profile settings 22/117522/1
authorChrisC <christophe.closset@intl.att.com>
Thu, 4 Feb 2021 19:16:27 +0000 (20:16 +0100)
committerChrisC <christophe.closset@intl.att.com>
Thu, 4 Feb 2021 19:16:27 +0000 (20:16 +0100)
fix typo in profile settings proper setting is
"-P profile-1,profile-2"

Issue-ID: SDC-3465
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Change-Id: I100d817b4fb6056afff62fd979139c181b149fdc

jjb/sdc/sdc-csit.yaml

index 3ebab83..b8c3582 100644 (file)
@@ -7,14 +7,14 @@
                 container-public-registry: 'nexus3.onap.org:10001'
                 container-snapshot-registry: 'nexus3.onap.org:10003'
                 mvn-goals: clean install
-                mvn-params: '-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/ -Ddocker.skip.push=true -P docker, all-for-integration-tests-only'
+                mvn-params: '-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/ -Ddocker.skip.push=true -P docker,all-for-integration-tests-only'
                 maven-versions-plugin: true
           - '{project-name}-merge-verification-maven-{stream}':
                 build-node: ubuntu1804-docker-8c-16g
                 container-public-registry: 'nexus3.onap.org:10001'
                 container-snapshot-registry: 'nexus3.onap.org:10003'
                 mvn-goals: clean install
-                mvn-params: '-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/ -Ddocker.skip.push=true -P docker, all-for-integration-tests-only'
+                mvn-params: '-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/ -Ddocker.skip.push=true -P docker,all-for-integration-tests-only'
                 maven-versions-plugin: true
 
       project-name: 'sdc'