Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Commit

Permalink
sleep for 180s after adding packages to repo before publishing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
thunder-coding committed Apr 14, 2022
1 parent b7634ce commit 3ad4452
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ jobs:
# Publishing repository changes.
if [ "$uploaded_files" = "true" ]; then
aptly_add_to_repo
sleep 180
# Usually temporary directory is deleted automatically, but in certain cases it is left.
aptly_delete_dir
Expand Down

0 comments on commit 3ad4452

Please sign in to comment.