Skip to content
This repository was archived by the owner on May 7, 2021. It is now read-only.

Commit 5671bd4

Browse files
committed
fix(CI/CD): git version2 is installed to work with semantic-release 15.*
1 parent 07553dd commit 5671bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cico_setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ load_jenkins_vars() {
1616

1717
prep() {
1818
yum -y update
19-
yum -y install docker make git gcc-c++ bzip2 fontconfig
19+
yum -y install docker make gcc-c++ bzip2 fontconfig
2020
cp e2e/google-chrome.repo /etc/yum.repos.d/google-chrome.repo
2121
yum install -y google-chrome-stable
2222

0 commit comments

Comments
 (0)