Skip to content

Commit be9e6d8

Browse files
committed
update docker repo name
1 parent 8e2716c commit be9e6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/cypress/cypress.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function runCypressCI() {
6363
CYPRESS_OPTIONS, // eslint-disable-line no-unused-vars
6464
} = process.env;
6565

66-
if (GITHUB_REPOSITORY === "getredash/redash") {
66+
if (GITHUB_REPOSITORY === "getredash/redash" || GITHUB_REPOSITORY === "myonlylonely/redash-custom") {
6767
process.env.CYPRESS_OPTIONS = "--record";
6868
}
6969

0 commit comments

Comments
 (0)