mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
[CI] git fetch first in after_success_docs_translation.sh (#13468)
This commit is contained in:
@@ -7,7 +7,7 @@ source "${CI_DIR}/common.sh"
|
||||
set +e
|
||||
|
||||
echo -e "\\n${ANSI_GREEN}Updating translation source file."
|
||||
pushd l10n && git checkout master && popd || exit 1
|
||||
pushd l10n && git fetch origin && git checkout master && popd || exit 1
|
||||
make pot
|
||||
pushd l10n && {
|
||||
# If only one line was added and removed, it was just the timestamp.
|
||||
|
||||
Reference in New Issue
Block a user