Merge branch 'ent-3335-build_vars-fecha-mal' into 'develop'
changed %g to %y in date commands See merge request artica/pandorafms!2108 Former-commit-id: 3f964c5800313ccb13367273a97af7f853692bac
This commit is contained in:
commit
60ae0c8b78
|
@ -16,7 +16,7 @@ else
|
|||
fi
|
||||
VERSION=$2
|
||||
if [ $# == 2 ]; then
|
||||
BUILD=`date +%g%m%d`
|
||||
BUILD=`date +%y%m%d`
|
||||
else
|
||||
BUILD=$3
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue