diff --git a/.po2tl.sh b/.po2tl.sh index e1b5543..feab1f5 100755 --- a/.po2tl.sh +++ b/.po2tl.sh @@ -20,7 +20,7 @@ for file in ./translations-*.po; do continue fi - if (( $(date -d $(awk '/PO-Revision-Date/{print $2}' ${file}) +%s) < $CI_PREV_BUILD_FINISHED )); then + if (( $(date -d $(awk '/PO-Revision-Date/{print $2}' ${file}) +%s) < $CI_PREV_BUILD_STARTED )); then continue fi