Commit e2f29fd9 by arbabnazar

Modifying the date format

parent d28961d3
...@@ -24,7 +24,7 @@ export BOTO_CONFIG=/var/lib/jenkins/${aws_account}.boto ...@@ -24,7 +24,7 @@ export BOTO_CONFIG=/var/lib/jenkins/${aws_account}.boto
# This DATE_TIME will be used as instance launch time tag # This DATE_TIME will be used as instance launch time tag
DATE_TIME=`date +"%m-%d-%Y %T"` DATE_TIME=`date +"%m-%d-%Y %T" --date="-7 days ago"`
if [[ -z $BUILD_USER ]]; then if [[ -z $BUILD_USER ]]; then
BUILD_USER=jenkins BUILD_USER=jenkins
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment