CI: packages: fix if statement syntax

The script uses bash, so need a closing fi statement.
This commit is contained in:
Henrik Grimler 2022-04-14 08:40:54 +02:00
parent f041d6dc51
commit 1c71b0db0d
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 2 additions and 0 deletions

View File

@ -216,6 +216,7 @@ jobs:
if [ "$uploaded_files" = "true" ]; then
if ! aptly_add_to_repo
exit 1
fi
# Usually temporary directory is deleted automatically, but in certain cases it is left.
aptly_delete_dir
@ -254,6 +255,7 @@ jobs:
if [ "$uploaded_files" = "true" ]; then
if ! aptly_add_to_repo
exit 1
fi
# Usually temporary directory is deleted automatically, but in certain cases it is left.
aptly_delete_dir