From: Timoney, Dan (dt5972) Date: Thu, 25 Apr 2019 12:51:11 +0000 (-0400) Subject: Fix docker tag X-Git-Tag: 0.4.2~7 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F83%2F86283%2F1;p=ccsdk%2Fcds.git Fix docker tag command-executor was using the default timestamp format when creating docker tag, which is invalid and breaks docker build. Added maven property setting to change timestamp format to remove offending dashes. Change-Id: I102340d493a5b9c03ca1a9e10f1bd51fc4b582d1 Issue-ID: CCSDK-1287 Signed-off-by: Timoney, Dan (dt5972) --- diff --git a/ms/command-executor/pom.xml b/ms/command-executor/pom.xml index 3850feb89..7376d7746 100755 --- a/ms/command-executor/pom.xml +++ b/ms/command-executor/pom.xml @@ -35,6 +35,7 @@ true ${project.version} ${maven.build.timestamp} + yyyyMMdd'T'HHmmss'Z'