diff options
author | KAPIL SINGAL <ks220y@att.com> | 2020-11-24 20:09:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-11-24 20:09:45 +0000 |
commit | 6bfd96a32093c03c607ddcb23f29f529504e0342 (patch) | |
tree | d4e24b185f7894d42e4416d12fb4ad3ea5d95aff | |
parent | 58c458924f019132587129a81afb5f7b0f53f728 (diff) | |
parent | a8decc7f7763567f118a85c48c63228741cc7edb (diff) |
Merge "disable creating docker images from cds-ui application"
-rw-r--r-- | cds-ui/application/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cds-ui/application/pom.xml b/cds-ui/application/pom.xml index 444e8829a..a69a71711 100644 --- a/cds-ui/application/pom.xml +++ b/cds-ui/application/pom.xml @@ -60,7 +60,7 @@ limitations under the License. </build> <profiles> - <profile> + <!--<profile> <id>docker</id> <build> <plugins> @@ -98,6 +98,6 @@ limitations under the License. </plugin> </plugins> </build> - </profile> + </profile>--> </profiles> </project> |