extra checks for publishing the right git branch

This commit is contained in:
Solene Rapenne 2022-07-19 16:35:39 +02:00
parent e67d690f28
commit e50967ab09
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
#!/bin/sh
git switch main || exit
git pull -r || exit
if test -f /bsd # on OpenBSD
then
cd issues && make && cd ../