Skip to content

Commit

Permalink
Add Ubuntu to nightly package repo sync matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Welsh committed Sep 2, 2024
1 parent 791feda commit 5bccb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-sync-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# actions matrix
run: |
groups=$(yq -o=json -I=0 \
'[.rpm_package_repos[] | .sync_group | select(.) ] | unique' \
'([.rpm_package_repos[] | .sync_group | select(.) ]) + ([.deb_package_repos[] | .sync_group | select(.) ]) | unique' \
ansible/inventory/group_vars/all/package-repos)
echo -n "matrix={\"sync_group\": " >> $GITHUB_OUTPUT
echo -n $groups >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 5bccb7d

Please sign in to comment.