Skip to content

Commit 98377b0

Browse files
committed
shellcheck
1 parent 67c70b1 commit 98377b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/remote_playwright.sh

+2
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ main() {
7575

7676
echo
7777
echo "Starting SSH tunnel, run test via \"pnpm run playwright:test\"..."
78+
# This is intended to expand client-side, so disable shellcheck.
79+
# shellcheck disable=SC2029
7880
ssh -t -R "${ws_port}:127.0.0.1:${ws_port}" -L "${port}:127.0.0.1:${port}" coder."${workspace}" "export CODER_E2E_PORT='${port}'; export CODER_E2E_WS_ENDPOINT='${ws_endpoint}'; [[ -d '${coder_repo}/site' ]] && cd '${coder_repo}/site'; exec \"\$(grep \"\${USER}\": /etc/passwd | cut -d: -f7)\" -i -l"
7981
}
8082

0 commit comments

Comments
 (0)