CIMANAGE-11: Correction of the date string format for CSIT branches 43/1843/3
authorJan Gelety <jgelety@cisco.com>
Mon, 4 Jul 2016 08:58:17 +0000 (10:58 +0200)
committerC.J. Collier <cjcollier@linuxfoundation.org>
Mon, 4 Jul 2016 13:30:42 +0000 (13:30 +0000)
- change date string from YYYY-MM-DD to shorter one: YYMMDD

Change-Id: I7ed3728ff6392aef23d7c6094f7aead255fcb7bd
Signed-off-by: Jan Gelety <jgelety@cisco.com>
jjb/csit/csit.yaml

index 83daf04..7c05122 100644 (file)
     builders:
         - shell:
             !include-raw-escape: jjb/csit/include-raw-csit-vpp-verify-weekly.sh
-        - shell: 'echo "DATE=`date +%Y-%m-%d`" > $WORKSPACE/variables.prop'
+        - shell: 'echo "DATE=`date +%y%m%d`" > $WORKSPACE/variables.prop'
         - inject:
             properties-file: variables.prop