Badges: use the staging branch of the badges repo on staging

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-06-10 08:20:58 +02:00
parent ea7f9f5508
commit 58489dbf17
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -10,4 +10,7 @@ if [ ! -d "$DIR/.git" ]; then
fi
git config --global --add safe.directory $DIR
{% if env == 'staging' %}
git -C $DIR checkout staging
{% endif %}
git -C $DIR pull