Skip to content

Commit

Permalink
fix: loop
Browse files Browse the repository at this point in the history
use gluon site feeds for the loop

Co-authored-by: Grische <2787581+grische@users.noreply.github.com>
  • Loading branch information
T0biii and grische authored Jul 2, 2024
1 parent 4a4d146 commit d5f7709
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contrib/actions/update-modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ git diff --quiet ./modules || {
}


for MODULE in "PACKAGES_COMMUNITY"; do
_REMOTE_URL=${MODULE}_REPO
_REMOTE_BRANCH=${MODULE}_BRANCH
_LOCAL_HEAD=${MODULE}_COMMIT
for MODULE in ${GLUON_SITE_FEEDS}; do
_REMOTE_URL=PACKAGES_${MODULE^^}_REPO
_REMOTE_BRANCH=PACKAGES_${MODULE^^}_BRANCH
_LOCAL_HEAD=PACKAGES_${MODULE^^}_COMMIT

REMOTE_URL="${!_REMOTE_URL}"
REMOTE_BRANCH="${!_REMOTE_BRANCH}"
Expand Down

0 comments on commit d5f7709

Please sign in to comment.