diff --git a/.po2tl.sh b/.po2tl.sh index 48864af..e1b5543 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_CREATED )); then + if (( $(date -d $(awk '/PO-Revision-Date/{print $2}' ${file}) +%s) < $CI_PREV_BUILD_FINISHED )); then continue fi