Skip to content

Commit

Permalink
TEST: revert bitbake commit
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Bronder <[email protected]>
  • Loading branch information
jsbronder committed Nov 5, 2024
1 parent 3ec27a3 commit 0379cb1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@ jobs:
sstate-openrc-
sstate-
- name: Clone Poky
run: git clone -b ${{ env.OE_BRANCH }} https://git.yoctoproject.org/poky
run: |
git clone -b ${{ env.OE_BRANCH }} https://git.yoctoproject.org/poky
git -C poky config user.email ci@invalid
git -C poky config user.name ci
git -C poky revert a34743f17863e9403b170dbfcd5dbdb142210819
- name: Initialize build directory
run: |
source poky/oe-init-build-env build
Expand Down

0 comments on commit 0379cb1

Please sign in to comment.