1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-04 04:42:05 -04:00

obs: Reduce retry timing

This commit is contained in:
purian23
2026-03-10 23:00:01 -04:00
parent 0e901b6404
commit 2ce888581f
2 changed files with 1 additions and 3 deletions

View File

@@ -200,7 +200,7 @@ jobs:
fetch-depth: 0
- name: Wait before OBS upload
run: sleep 8
run: sleep 3
- name: Determine packages to update
id: packages

View File

@@ -1071,7 +1071,6 @@ if [[ -n "$OBS_FILES" ]]; then
if osc api -X DELETE "/source/$OBS_PROJECT/$PACKAGE/$old_file" 2>/dev/null; then
((DELETED_COUNT++)) || true
fi
sleep 1
done
# Remove service-generated download_url artifacts so new ones are created
@@ -1080,7 +1079,6 @@ if [[ -n "$OBS_FILES" ]]; then
if osc api -X DELETE "/source/$OBS_PROJECT/$PACKAGE/$old_file" 2>/dev/null; then
((DELETED_COUNT++)) || true
fi
sleep 1
done
if [[ $DELETED_COUNT -gt 0 ]]; then