diff options
author | Eltanany Shaaban <shaaban.eltanany.ext@orange.com> | 2020-11-24 19:09:52 +0200 |
---|---|---|
committer | Eltanany Shaaban <shaaban.eltanany.ext@orange.com> | 2020-11-24 19:09:52 +0200 |
commit | a8decc7f7763567f118a85c48c63228741cc7edb (patch) | |
tree | 3d76e154105a1eba0c4e301869edd028f84b1990 | |
parent | 36db9a541fc469cd59649729243471cf7a8aef3e (diff) |
disable creating docker images from cds-ui application
Issue-ID: CCSDK-3000
Signed-off-by: Eltanany Shaaban <shaaban.eltanany.ext@orange.com>
Change-Id: I2e3660410a8a310fb2832df03b28211e854752a4
-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> |