Skip to content

Commit

Permalink
github: craft Gluon update from repo in build-info
Browse files Browse the repository at this point in the history
Signed-off-by: David Bauer <[email protected]>
  • Loading branch information
blocktrron committed Dec 13, 2023
1 parent d7fc6aa commit 648bbb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/bump-gluon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
ref: ${{ github.event.inputs.site-branch }}

- name: Clone Gluon
run: git clone https://github.com/freifunk-gluon/gluon.git /tmp/gluon
run: |
REPO=$(jq -r '.gluon.repository' $BUILD_INFO)
git clone https://github.com/${REPO}.git /tmp/gluon
- name: Checkout Gluon branch
run: git -C $GLUON_CHECKOUT_DIR checkout "$(jq -r '.gluon.branch' $BUILD_INFO)"
Expand Down

0 comments on commit 648bbb9

Please sign in to comment.