From: Jessica Wagantall Date: Thu, 2 Nov 2017 01:01:10 +0000 (-0700) Subject: Update chrome installation instructions X-Git-Tag: 1.0.0-Amsterdam~17^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=1e3748f14e6ac515520f100614107ba5f375bf55;p=ci-management.git Update chrome installation instructions Update installation instructions based on github instructions. Change-Id: I0ddb3b80f4d1cf915345e10353ec64f3f8b28e16 Issue-ID: INT-212 Signed-off-by: Jessica Wagantall --- diff --git a/packer/provision/basebuild.sh b/packer/provision/basebuild.sh index ccd71536a..9e20664a5 100644 --- a/packer/provision/basebuild.sh +++ b/packer/provision/basebuild.sh @@ -16,10 +16,10 @@ rh_systems() { yum install -y firefox python-tox xmlstarlet xvfb crudini # Install chrome to support ChromeDriver - cat < /etc/yum.repos.d/google-chrome.repo + cat << EOF > /etc/yum.repos.d/google-chrome.repo [google-chrome] -name=google-chrome -baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch +name=google-chrome - \$basearch +baseurl=http://dl.google.com/linux/chrome/rpm/stable/\$basearch enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub