You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ja...@apache.org on 2020/05/20 15:40:03 UTC

[incubator-dolphinscheduler] branch dev-1.3.0 updated: update e2e chrome version (#2775)

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

jave pushed a commit to branch dev-1.3.0
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/dev-1.3.0 by this push:
     new da53304  update e2e chrome version (#2775)
da53304 is described below

commit da533044a6a44b0ade3ccfcf1edfe0de0fafebb1
Author: xingchun-chen <55...@users.noreply.github.com>
AuthorDate: Wed May 20 23:39:53 2020 +0800

    update e2e chrome version (#2775)
    
    Co-authored-by: chenxingchun <43...@qq.com>
---
 .github/workflows/ci_e2e.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci_e2e.yml b/.github/workflows/ci_e2e.yml
index 58069a7..82c81ef 100644
--- a/.github/workflows/ci_e2e.yml
+++ b/.github/workflows/ci_e2e.yml
@@ -58,7 +58,7 @@ jobs:
           wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
           sudo dpkg -i google-chrome*.deb
           sudo apt-get install -f -y
-          wget -N https://chromedriver.storage.googleapis.com/80.0.3987.106/chromedriver_linux64.zip
+          wget -N https://chromedriver.storage.googleapis.com/83.0.4103.39/chromedriver_linux64.zip
           unzip chromedriver_linux64.zip
           sudo mv -f chromedriver /usr/local/share/chromedriver
           sudo ln -s /usr/local/share/chromedriver /usr/local/bin/chromedriver