Skip to content

Commit

Permalink
[releng] Fix bug in publication script
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
  • Loading branch information
pcdavid committed Aug 14, 2022
1 parent f88db07 commit c167fb1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -170,7 +170,7 @@ EOF
entries=""
if ssh "$SSH_ACCOUNT" test -d "$remoteUpdateSite" ; then
message "Add existing update sites to the composite update site repository file."
if [ "$buildType" != "$R" ]; then
if [ "$buildType" != "R" ]; then
for e in $(ssh "$SSH_ACCOUNT" find ${remoteUpdateSite}/ -mindepth 1 -maxdepth 1 -type d | sort | tail -n 5); do
entries="$entries $(basename $e)"
done
Expand Down

0 comments on commit c167fb1

Please sign in to comment.