From 22c9e82e835f4ef2cb3807f7fe6e148f4535a5ec Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 27 Apr 2026 02:58:23 +0100 Subject: [PATCH] test(docker): track update fixture control ui asset --- scripts/e2e/update-channel-switch-docker.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/e2e/update-channel-switch-docker.sh b/scripts/e2e/update-channel-switch-docker.sh index bfcc53734a5..2ae11d6fe28 100755 --- a/scripts/e2e/update-channel-switch-docker.sh +++ b/scripts/e2e/update-channel-switch-docker.sh @@ -69,6 +69,7 @@ git config --global gc.auto 0 git -C "$git_root" init -q git -C "$git_root" config gc.auto 0 git -C "$git_root" add -A +git -C "$git_root" add -f dist/control-ui/index.html git -C "$git_root" commit -qm "test fixture" fixture_sha="$(git -C "$git_root" rev-parse HEAD)"