CI: remove duplicate info message

It's already printed in aptly_publish_repo.
This commit is contained in:
Henrik Grimler 2022-03-13 13:28:22 +01:00
parent e7be93609b
commit 3997a41ff0
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 0 additions and 1 deletions

View File

@ -212,7 +212,6 @@ jobs:
aptly_delete_dir
# Final part to make changes appear in web root.
echo "[$(date +%H:%M:%S)] Publishing repository changes..."
if ! aptly_publish_repo; then
exit 1
fi