summaryrefslogtreecommitdiffstats
path: root/ms
diff options
context:
space:
mode:
authorShaabanEltanany <shaaban.eltanany.ext@orange.com>2020-10-07 10:40:27 +0200
committerKAPIL SINGAL <ks220y@att.com>2020-10-13 18:15:32 +0000
commit1c9ca7b45163496af84fab3b7591c7353b69baa3 (patch)
tree99e20e6a74dd12a68670f03a0e583f3a85622c88 /ms
parent87f19fdcf1a1ca6555a9810f9629775fa10e18af (diff)
adding execution for generation docker images
Issue-ID: CCSDK-2877 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: I281e5781730ef77e63c27bf465b92648d814c83c
Diffstat (limited to 'ms')
-rwxr-xr-xms/blueprintsprocessor/application/pom.xml1
-rwxr-xr-xms/command-executor/pom.xml1
-rw-r--r--ms/py-executor/pom.xml1
-rwxr-xr-xms/sdclistener/distribution/pom.xml1
4 files changed, 0 insertions, 4 deletions
diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml
index 7e60b3de6..d4084ac54 100755
--- a/ms/blueprintsprocessor/application/pom.xml
+++ b/ms/blueprintsprocessor/application/pom.xml
@@ -359,7 +359,6 @@
<executions>
<execution>
<id>build-push-images</id>
- <phase>${docker.push.phase}</phase>
<goals>
<goal>build</goal>
<goal>push</goal>
diff --git a/ms/command-executor/pom.xml b/ms/command-executor/pom.xml
index 7cd1a2b12..04e0614df 100755
--- a/ms/command-executor/pom.xml
+++ b/ms/command-executor/pom.xml
@@ -134,7 +134,6 @@
<executions>
<execution>
<id>build-push-images</id>
- <phase>${docker.push.phase}</phase>
<goals>
<goal>build</goal>
<goal>push</goal>
diff --git a/ms/py-executor/pom.xml b/ms/py-executor/pom.xml
index abba69b8c..be56787a8 100644
--- a/ms/py-executor/pom.xml
+++ b/ms/py-executor/pom.xml
@@ -133,7 +133,6 @@
<executions>
<execution>
<id>build-push-images</id>
- <phase>${docker.push.phase}</phase>
<goals>
<goal>build</goal>
<goal>push</goal>
diff --git a/ms/sdclistener/distribution/pom.xml b/ms/sdclistener/distribution/pom.xml
index e9f5b949e..7a85394f4 100755
--- a/ms/sdclistener/distribution/pom.xml
+++ b/ms/sdclistener/distribution/pom.xml
@@ -163,7 +163,6 @@
<executions>
<execution>
<id>build-push-images</id>
- <phase>${docker.push.phase}</phase>
<goals>
<goal>build</goal>
<goal>push</goal>