Skip to content

Commit

Permalink
switch builds 2024-12 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
plodah committed Dec 11, 2024
1 parent 1e692f0 commit a551454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ git config --global --add safe.directory /workspaces/qmk_qmk_firmware
cd /workspaces/qmk_qmk_firmware
git submodule update --init --recursive

[ -d /workspaces/plodah_qmk_firmware ] || git clone https://github.com/plodah/qmk_firmware.git -b mybuilds-2024-11 /workspaces/plodah_qmk_firmware
[ -d /workspaces/plodah_qmk_firmware ] || git clone https://github.com/plodah/qmk_firmware.git -b mybuilds-2024-12 /workspaces/plodah_qmk_firmware
git config --global --add safe.directory /workspaces/plodah_qmk_firmware
cd /workspaces/plodah_qmk_firmware
git submodule update --init --recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: github.ref == 'refs/heads/main'
with:
qmk_repo: plodah/qmk_firmware
qmk_ref: mybuilds-2024-11
qmk_ref: mybuilds-2024-12

publish:
name: 'QMK Userspace Publish'
Expand Down

0 comments on commit a551454

Please sign in to comment.