summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-04-25 08:51:11 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-04-25 08:51:18 -0400
commit68500192d7e77bca74e411b1fda38b4a4f598dc5 (patch)
treedb92cd12bbd0f1d48b72a1c92fb3434f3840d4d8
parentf2136a47fd53fcbdc117899c6e134d7ceea46d85 (diff)
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) <dtimoney@att.com>
-rwxr-xr-xms/command-executor/pom.xml1
1 files changed, 1 insertions, 0 deletions
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 @@
<docker.verbose>true</docker.verbose>
<ccsdk.project.version>${project.version}</ccsdk.project.version>
<ccsdk.build.timestamp>${maven.build.timestamp}</ccsdk.build.timestamp>
+ <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
</properties>
<build>