git fetch missing

This commit is contained in:
Azlux 2020-07-12 21:46:08 +02:00
parent a28d0c83bf
commit 46279f91e3

View File

@ -141,6 +141,7 @@ steps:
if ! git checkout bot-traduora; then
git branch bot-traduora && git checkout bot-traduora
fi
git fetch
- (cd lang/ && ./sync_translation.py --client $TRADUORA_R_CLIENT --secret $TRADUORA_R_SECRET --fetch)
- git add lang/*
- git status