diff options
author | Haibin Huang <haibin.huang@intel.com> | 2020-03-05 10:07:24 +0800 |
---|---|---|
committer | Haibin Huang <haibin.huang@intel.com> | 2020-03-05 10:47:10 +0800 |
commit | 987fdf56d3d77d287c10c8d4c5ff104fee2df9b3 (patch) | |
tree | c46e6f9e96c945cb7862f7211ed4a56a44bb8a7e /hpa/pom.xml | |
parent | 9ecaed51d700a669259ab78b55dc57e12f4025d5 (diff) |
Fix hpa docker failure1.5.4
Issue-ID: MULTICLOUD-1020
Signed-off-by: Haibin Huang <haibin.huang@intel.com>
Change-Id: I2dad4851345339e5737b41722720dc3538e1c7fa
Diffstat (limited to 'hpa/pom.xml')
-rw-r--r-- | hpa/pom.xml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/hpa/pom.xml b/hpa/pom.xml index 8e2b1ed7..06e7eb78 100644 --- a/hpa/pom.xml +++ b/hpa/pom.xml @@ -160,29 +160,6 @@ <execution> <phase>install</phase> <inherited>false</inherited> - <configuration> - <target> - <exec executable="docker"> - <arg value="build"/> - <arg value="-t"/> - <arg value="${CONTAINER_PUSH_REGISTRY}/onap/multicloud/openstack-hpa:${project.version}"/> - <arg value="docker_target"/> - </exec> - <exec executable="docker"> - <arg value="tag"/> - <arg value="${CONTAINER_PUSH_REGISTRY}/onap/multicloud/openstack-hpa:${project.version}"/> - <arg value="${CONTAINER_PUSH_REGISTRY}/onap/multicloud/openstack-hpa:latest"/> - </exec> - <exec executable="docker"> - <arg value="push"/> - <arg value="${CONTAINER_PUSH_REGISTRY}/onap/multicloud/openstack-hpa:${project.version}"/> - </exec> - <exec executable="docker"> - <arg value="push"/> - <arg value="${CONTAINER_PUSH_REGISTRY}/onap/multicloud/openstack-hpa:latest"/> - </exec> - </target> - </configuration> <goals> <goal>run</goal> </goals> |