fix: reconcile Gitea Ralph status labels
This commit is contained in:
@@ -8,5 +8,9 @@ cd "$ROOT"
|
||||
python3 scripts/ralph_gitea_sync.py sync
|
||||
ralph_status=0
|
||||
"$@" || ralph_status=$?
|
||||
python3 scripts/ralph_gitea_sync.py sync
|
||||
if [ "$ralph_status" -eq 0 ]; then
|
||||
python3 scripts/ralph_gitea_sync.py sync
|
||||
else
|
||||
python3 scripts/ralph_gitea_sync.py sync --reset-in-progress
|
||||
fi
|
||||
exit "$ralph_status"
|
||||
|
||||
Reference in New Issue
Block a user