You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2021/04/22 10:13:18 UTC

[echarts-examples] 02/02: always do e2e test on release

This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git

commit 4e6242bf86802b70ce934091f11d444131b0bbb4
Author: pissang <bm...@gmail.com>
AuthorDate: Thu Apr 22 18:11:51 2021 +0800

    always do e2e test on release
---
 e2e/config.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/e2e/config.js b/e2e/config.js
index 48935f3..d377f17 100644
--- a/e2e/config.js
+++ b/e2e/config.js
@@ -6,12 +6,12 @@ module.exports = {
         {
             name: 'zrender',    // package name
             dir: nodePath.resolve(__dirname, '../../zrender'),
-            git: 'ecomfe/zrender#master'
+            git: 'ecomfe/zrender#release'
         },
         {
             name: 'echarts',
             dir: nodePath.resolve(__dirname, '../../echarts'),
-            git: 'apache/echarts#master'
+            git: 'apache/echarts#release'
         },
         {
             name: 'echarts-gl',

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org