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)"