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:
parent
ea7f9f5508
commit
58489dbf17
1 changed files with 3 additions and 0 deletions
|
@ -10,4 +10,7 @@ if [ ! -d "$DIR/.git" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git config --global --add safe.directory $DIR
|
git config --global --add safe.directory $DIR
|
||||||
|
{% if env == 'staging' %}
|
||||||
|
git -C $DIR checkout staging
|
||||||
|
{% endif %}
|
||||||
git -C $DIR pull
|
git -C $DIR pull
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue