Skip to content

Commit a85100a

Browse files
[nrf noup] Workaround for issue with Matter Docker image.
In the docker image there is a change in the zephyr-env.sh script that breaks the checkout. We need to stash the changes and reapply them after the NCS update. It should be fixed during the next NCS bump in the Matter upstream repository. Signed-off-by: Arkadiusz Balys <[email protected]>
1 parent 7626a1c commit a85100a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/examples-nrfconnect.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ jobs:
4343
uses: ./.github/actions/checkout-submodules-and-bootstrap
4444
with:
4545
platform: nrfconnect
46+
# Workaround, in docker image there is a change in the zephyr-env.sh script that breaks the checkout process.
47+
# We need to restore the zephyr-env.sh script to the original state.
48+
# It should be fixed during the next NCS bump in the Matter upstream repository.
49+
- name: Pre-update NCS
50+
run: |
51+
git -C /opt/NordicSemiconductor/nrfconnect/zephyr stash
4652
- name: Update NCS recommended version (workflow_dispatch)
4753
if: github.event_name == 'workflow_dispatch'
4854
run: |

0 commit comments

Comments
 (0)