Cloud Foundry installation (test)

This commit is contained in:
John Davidson 2019-01-22 15:09:28 +02:00 committed by GitHub
parent 8e991e86ee
commit de3f9fc228
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ script:
#- ./minimal.sh
- cat /proc/cpuinfo
- cat /proc/meminfo
- sudo apt-get install -y virtualbox
- sudo apt-get install -y linux-headers-gcp virtualbox-dkms virtualbox
- wget -O ~/bosh https://github.com/cloudfoundry/bosh-cli/releases/download/v5.4.0/bosh-cli-5.4.0-linux-amd64
- chmod +x ~/bosh
- git clone https://github.com/cloudfoundry/bosh-deployment ~/bosh-deployment