alpine has a differente date command
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
dacdd27a73
commit
c902b1e87f
2
build.sh
2
build.sh
|
@ -10,7 +10,7 @@ buildDate="$(date '+%d %b %Y')"
|
||||||
# $1=file $2=add to index
|
# $1=file $2=add to index
|
||||||
convert_md_to_html() {
|
convert_md_to_html() {
|
||||||
fileName=$(basename "${1%.*}")
|
fileName=$(basename "${1%.*}")
|
||||||
postDate=$(stat -c %y "$1" | date '+%d %b %Y' -f -)
|
postDate=$(date '+%d %b %Y' -d "$(stat -c %y "$1" | awk '{print $1}')")
|
||||||
bodyClass="page"
|
bodyClass="page"
|
||||||
|
|
||||||
if [ $2 -eq 1 ]; then
|
if [ $2 -eq 1 ]; then
|
||||||
|
|
Loading…
Reference in New Issue