aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTschaen, Brendan <ctschaen@att.com>2019-04-04 13:33:59 -0400
committerTschaen, Brendan <ctschaen@att.com>2019-04-04 13:43:57 -0400
commit49b246be830cbd35125fb9eb2054ed60139f996c (patch)
tree797a543df410789448f917a420af5b1082de3385 /pom.xml
parentcf8096a9fe50de511d5864032ed4825a2a314fa5 (diff)
Removing failing trigger job
Change-Id: Ibe27bfd3bc152b09db4363bfb2151dbb7da25645 Issue-ID: MUSIC-375 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/pom.xml b/pom.xml
index 93585831..fdb776bd 100755
--- a/pom.xml
+++ b/pom.xml
@@ -599,19 +599,6 @@
<dockerFileDir>${project.basedir}/distribution/cassandra_job</dockerFileDir>
</build>
</image>
- <!-- Trigger -->
- <image>
- <name>onap/music/musictrigger</name>
- <alias>docker_trigger</alias>
- <build>
- <cleanup>true</cleanup>
- <tags>
- <tag>${docker.tag}</tag>
- <tag>${docker.latest.tag}</tag>
- </tags>
- <dockerFileDir>${project.basedir}/distribution/trigger</dockerFileDir>
- </build>
- </image>
<!-- tomcat 8.5 -->
<!-- <image> <name>onap/music/tomcat_music</name>
<alias>docker_tomcat</alias> <build> <cleanup>true</cleanup> <tags> <tag>8.5-${timestamp}</tag>