File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515build :
1616 pre_ci :
1717 - sudo apt-get update
18- - sudo apt-get install curl
18+ # - sudo apt-get install curl
1919 # install chrome browser required for selenium tests
2020 # - curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
2121 # - echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list
2222 # - sudo apt-get update -qqy
2323 # - sudo apt-get -qqy install ${CHROME_VERSION:-google-chrome-stable}
2424 # install ruby required to install cf cli
25- - sudo apt-get --assume-yes install ruby
26- - sudo gem install bundler
27- - curl -O https://s3.amazonaws.com/go-cli/releases/v6.17.1/cf-cli-installer_6.17.1_x86-64.deb
28- - dpkg -i cf-cli-installer_6.17.1_x86-64.deb
25+ # - sudo apt-get --assume-yes install ruby
26+ # - sudo gem install bundler
27+ # - curl -O https://s3.amazonaws.com/go-cli/releases/v6.17.1/cf-cli-installer_6.17.1_x86-64.deb
28+ # - dpkg -i cf-cli-installer_6.17.1_x86-64.deb
2929
3030 pre_ci_boot :
3131 options : " --privileged=false --net=bridge"
You can’t perform that action at this time.
0 commit comments