Skip to content

Commit

Permalink
[hotfix][e2e][vitess] Fix module name typo
Browse files Browse the repository at this point in the history
(cherry picked from commit c9ae910)
  • Loading branch information
leonardBang authored and GOODBOY008 committed Oct 30, 2023
1 parent dc33932 commit 68a98c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/stage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function get_test_modules_for_stage() {
local negated_tidb=\!${MODULES_TIDB//,/,\!}
local negated_oceanbase=\!${MODULES_OCEANBASE//,/,\!}
local negated_db2=\!${MODULES_DB2//,/,\!}
local negated_vitess=\!${MODULES_vitess//,/,\!}
local negated_vitess=\!${MODULES_VITESS//,/,\!}
local negated_e2e=\!${MODULES_E2E//,/,\!}
local modules_misc="$negated_mysql,$negated_postgres,$negated_oracle,$negated_mongodb,$negated_sqlserver,$negated_tidb,$negated_oceanbase,$negated_db2,$negated_vitess,$negated_e2e"

Expand Down

0 comments on commit 68a98c5

Please sign in to comment.