Skip to content

Commit 6af7f83

Browse files
author
John Doherty
committed
updated shippable CI file to remove unnecessary steps
1 parent d6ee332 commit 6af7f83

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

shippable.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ env:
1515
build:
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"

0 commit comments

Comments
 (0)